Skip to content

Comments

Add coverage build and update coverage badge#157

Merged
mvandeberg merged 1 commit intocppalliance:developfrom
mvandeberg:pr/coverage-badge
Feb 20, 2026
Merged

Add coverage build and update coverage badge#157
mvandeberg merged 1 commit intocppalliance:developfrom
mvandeberg:pr/coverage-badge

Conversation

@mvandeberg
Copy link
Contributor

@mvandeberg mvandeberg commented Feb 20, 2026

Summary by CodeRabbit

  • Documentation

    • Updated code coverage badge references in README to reflect new code coverage reporting service
  • Chores

    • Added automated GitHub Actions workflow to generate and maintain code coverage reports on branch updates

@mvandeberg mvandeberg merged commit 3fbb00d into cppalliance:develop Feb 20, 2026
17 of 18 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The changes introduce an automated code coverage reporting system via GitHub Actions that generates and publishes coverage reports to a dedicated branch, with corresponding README badge updates to reflect the new coverage provider.

Changes

Cohort / File(s) Summary
CI/CD Workflow
.github/workflows/code-coverage.yml
New GitHub Actions workflow that automatically generates gcov/lcov code coverage reports on pushes to master or develop, publishes results to a code-coverage branch, and creates index pages for coverage visualization.
Documentation
README.md
Updated README badges and status columns from "Codecov" to "Code Coverage" terminology, replacing badge references with gcovr coverage hosted at cppalliance.org for master and develop branches.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 A workflow springs to life, so bright,
Coverage tracked with automated might,
gcovr hops from branch to branch,
Reports now published, giving each a chance,
To see the code's protective stance! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

@mvandeberg mvandeberg deleted the pr/coverage-badge branch February 20, 2026 21:45
@coderabbitai coderabbitai bot mentioned this pull request Feb 20, 2026
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.99%. Comparing base (0cb2c00) to head (5416d36).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #157      +/-   ##
===========================================
- Coverage    82.02%   81.99%   -0.04%     
===========================================
  Files           70       70              
  Lines         5876     5876              
===========================================
- Hits          4820     4818       -2     
- Misses        1056     1058       +2     

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cb2c00...5416d36. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant