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

Enable branch coverage #81

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Enable branch coverage #81

merged 1 commit into from
Mar 28, 2024

Conversation

fasterthanlime
Copy link
Collaborator

cf. #80

@fasterthanlime
Copy link
Collaborator Author

image

Branch coverage is neat!

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.39%. Comparing base (1ce6281) to head (5790c98).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
- Coverage   79.73%   77.39%   -2.34%     
==========================================
  Files          24       24              
  Lines        2230     2106     -124     
  Branches        0      103     +103     
==========================================
- Hits         1778     1630     -148     
+ Misses        452      423      -29     
- Partials        0       53      +53     

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

@fasterthanlime
Copy link
Collaborator Author

Okay so I was curious whether this made any difference on codecov and I think it did!

Some lines that were green have become yellow (partially covered):

https://app.codecov.io/gh/bearcove/rc-zip/pull/81/indirect-changes

image

Thus, this is worth merging.

@fasterthanlime fasterthanlime changed the title wip: branch coverage Enable branch coverage Mar 28, 2024
@fasterthanlime fasterthanlime merged commit bacf10d into main Mar 28, 2024
4 of 5 checks passed
@fasterthanlime fasterthanlime deleted the branch-coverage branch March 28, 2024 15:14
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