Skip to content

Do coverage test in NDEBUG #879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
Merged

Do coverage test in NDEBUG #879

merged 1 commit into from
Jun 23, 2025

Conversation

tpadioleau
Copy link
Member

The C assert clauses are not well suited for coverage. They will always at most partial coverage.

@tpadioleau tpadioleau self-assigned this Jun 23, 2025
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.00%. Comparing base (e5a1bf8) to head (e47e83d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #879      +/-   ##
==========================================
+ Coverage   89.94%   94.00%   +4.06%     
==========================================
  Files          55       55              
  Lines        2863     2720     -143     
  Branches      976      852     -124     
==========================================
- Hits         2575     2557      -18     
+ Misses         91       87       -4     
+ Partials      197       76     -121     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@tpadioleau tpadioleau marked this pull request as ready for review June 23, 2025 13:55
@tpadioleau tpadioleau force-pushed the tpadioleau-patch-1 branch from f21a4d3 to e47e83d Compare June 23, 2025 13:55
@tpadioleau tpadioleau merged commit cab321d into main Jun 23, 2025
65 checks passed
@tpadioleau tpadioleau deleted the tpadioleau-patch-1 branch June 23, 2025 16:00
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