Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# ferrish 🦀

[![build](https://github-actions-badge.deno.dev/cdprice02/ferrish/ci.yml?label=build-release)](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml)
[![test](https://github-actions-badge.deno.dev/cdprice02/ferrish/ci.yml?label=test-release)](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml)
[![build](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml)
[![coverage](https://coveralls.io/repos/github/cdprice02/ferrish/badge.svg?branch=main)](https://coveralls.io/github/cdprice02/ferrish?branch=main)
[![lint](https://github-actions-badge.deno.dev/cdprice02/ferrish/ci.yml?label=lint)](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml)
[![lint](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/cdprice02/ferrish/actions/workflows/ci.yml)
Comment on lines +3 to +5
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both the build and lint badges now point to the same GitHub Actions workflow badge (ci.yml/badge.svg), so they will always display identical status. This is misleading (the workflow badge is not job-specific) and creates redundant badges; consider replacing both with a single CI badge, or introducing a separate workflow for lint if you want a distinct lint badge.

Copilot uses AI. Check for mistakes.
<!--
[![crates.io](https://img.shields.io/crates/v/ferrish.svg)](https://crates.io/crates/ferrish)
[![docs.rs](https://docs.rs/ferrish/badge.svg)](https://docs.rs/ferrish)
Expand Down
Loading