Publish coverage as gist badge instead of Codecov - #162
Conversation
Replace the Codecov upload with a coverage badge served from a gist, matching the setup in someip-parse-rs. The workflow now extracts the line coverage percentage from the without-tests export and publishes it via schneegans/dynamic-badges-action on pushes to master.
|
Warning Review limit reached
Next review available in: 16 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCoverage reporting now generates metrics without test files, publishes the resulting percentage through the master-branch workflow, and exposes a coverage badge in the README and template. ChangesCoverage reporting
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Pin cargo-binutils to 0.3.6 --locked (0.4.0 panics with clap 4.x, silently producing empty 0.00% coverage) and make the percentage extraction fail loudly when the export is missing/empty instead of publishing a bogus badge. Mirrors the fix in someip-parse-rs.
Summary by CodeRabbit
New Features
Documentation