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 #95

Merged
merged 1 commit into from
Dec 30, 2024
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 the maintenance Package or repo maintenance label Dec 30, 2024
@douglatornell douglatornell added this to the v24.2 milestone Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.62%. Comparing base (02eaa77) to head (f7e1943).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
+ Coverage   60.60%   60.62%   +0.02%     
==========================================
  Files          16       15       -1     
  Lines        2330     2329       -1     
  Branches      126      126              
==========================================
  Hits         1412     1412              
+ Misses        918      917       -1     
Flag Coverage Δ
unittests 60.62% <ø> (+0.02%) ⬆️

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 7634d4c into main Dec 30, 2024
11 checks passed
@douglatornell douglatornell deleted the no-cover-version branch December 30, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Package or repo maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant