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

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 bug Something isn't working maintenance Package or repo maintenance labels 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 95.57%. Comparing base (b418744) to head (ea74b76).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   95.50%   95.57%   +0.06%     
==========================================
  Files          10        9       -1     
  Lines        1401     1400       -1     
  Branches       79       79              
==========================================
  Hits         1338     1338              
+ Misses         58       57       -1     
  Partials        5        5              
Flag Coverage Δ
unittests 95.57% <ø> (+0.06%) ⬆️

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 37c5eca into main Dec 30, 2024
11 checks passed
@douglatornell douglatornell deleted the no-cover-version branch December 30, 2024 22:55
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 Package or repo maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant