Skip to content
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

Exclude version string from coverage #125

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

douglatornell
Copy link
Member

Added a pragma directive to the version string to exclude it from test coverage metrics. This ensures that changes to the version number do not affect code coverage reports.

Added a pragma directive to the version string to exclude it from test coverage
metrics. This ensures that changes to the version number do not affect code
coverage reports.
@douglatornell douglatornell added bug Something isn't working maintenance Codebase & repo maintenance labels Jan 9, 2025
@douglatornell douglatornell added this to the v25.1 milestone Jan 9, 2025
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.08%. Comparing base (940633c) to head (e16d35e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #125   +/-   ##
=======================================
  Coverage   53.08%   53.08%           
=======================================
  Files          29       29           
  Lines        3506     3506           
=======================================
  Hits         1861     1861           
  Misses       1645     1645           
Flag Coverage Δ
unittests 53.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@douglatornell douglatornell merged commit 5ea3c7d into main Jan 9, 2025
10 checks passed
@douglatornell douglatornell deleted the no-cover-version branch January 9, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Codebase & repo maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant