You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README has a hardcoded static test badge but no live GitHub Actions CI badge. Contributors and users cannot see the current build/test status at a glance, and the repo gives the impression of no active CI even though a CI workflow exists.
The repo has a working CI pipeline at .github/workflows/ci.yml that runs tests, Clippy, and rustfmt on push and PR, but there is no badge linking to it. As a result:
Visitors cannot see whether the latest commit builds/passes tests.
Summary
The README has a hardcoded static test badge but no live GitHub Actions CI badge. Contributors and users cannot see the current build/test status at a glance, and the repo gives the impression of no active CI even though a CI workflow exists.
Category
README
Severity
Low
Location
README.mdDetails
The current badge block:
The repo has a working CI pipeline at
.github/workflows/ci.ymlthat runs tests, Clippy, andrustfmton push and PR, but there is no badge linking to it. As a result:Testsbadge (issue [repo-health] Low: Static test count badge is stale (shows 175, codebase has 269 tests) and has a broken link #13) is the only signal — but it is stale and non-clickable.Suggested Fix
Add a GitHub Actions CI badge immediately after the existing badges:
Optionally also replace the static test badge (see issue #13) with this single dynamic badge, which covers pass/fail for the full test suite.
Effort Estimate
5 min
Automated finding by repo-health-agent v1.0