Skip to content

docs(readme): add Codecov badges#1604

Merged
EffortlessSteven merged 1 commit into
mainfrom
chore/codecov-readme-badge
May 8, 2026
Merged

docs(readme): add Codecov badges#1604
EffortlessSteven merged 1 commit into
mainfrom
chore/codecov-readme-badge

Conversation

@EffortlessSteven
Copy link
Copy Markdown
Member

Summary

Adds step 3 of the diffguard Codecov rollout: Coverage workflow and Codecov badges to the README badge block.

CI economics

  • Default PR LEM impact: None; documentation only.
  • Workflow touched: None; badge block is documentation.
  • Branch protection impact: None; badges are informational only.
  • Failure mode caught: None; badges update passively as workflow runs complete.
  • Cheaper signal considered: No cheaper way to signal coverage availability to users.
  • Rollback path: Delete the two new badge lines from README.

Claim boundary

Codecov coverage is Rust execution-surface evidence only. It does not prove:

  • diff parser correctness
  • rule evaluation correctness
  • inline suppression correctness
  • renderer completeness (SARIF, JUnit, Checkstyle, GitLab, etc.)
  • LSP diagnostic correctness
  • false-positive baseline or trend correctness
  • mutation adequacy
  • fuzz robustness
  • release readiness

Those are separate proof lanes (test, golden, conformance, fuzz, mutation).

Badges added

  • Coverage: Points to the GitHub Actions coverage workflow runs on main
  • Codecov: Points to the Codecov dashboard for branch=main

Validation

  • badges follow the same style as existing badges
  • badge URLs are correct and target the right branches
  • no trailing whitespace or formatting issues

Generated by Claude Code

Adds Coverage workflow and Codecov badges to the README badge block
alongside the existing Crates.io, docs.rs, CI, and License badges.

The Coverage badge links to the coverage workflow runs on main.
The Codecov badge links to the Codecov dashboard.

Both badges are advisory only and do not indicate build or test status.

https://claude.ai/code/session_01VboXJ243Rjf8hJFzcdVJWE
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 29 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 73c56177-71b4-44cc-8f73-4a080166290d

📥 Commits

Reviewing files that changed from the base of the PR and between 3e1d9e1 and 0ffb8f0.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/codecov-readme-badge

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@EffortlessSteven EffortlessSteven marked this pull request as ready for review May 8, 2026 00:32
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@EffortlessSteven EffortlessSteven merged commit bf63bf5 into main May 8, 2026
10 checks passed
@EffortlessSteven EffortlessSteven deleted the chore/codecov-readme-badge branch May 8, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants