-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
config for codecov #446
config for codecov #446
Conversation
Codecov Report
@@ Coverage Diff @@
## main #446 +/- ##
=======================================
Coverage 58.24% 58.24%
=======================================
Files 10 10
Lines 2996 2996
=======================================
Hits 1745 1745
Misses 1251 1251 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
default: | ||
target: 50% | ||
threshold: 1% | ||
informational: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also ensures the patch coverages are strictly informational
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for getting this chore done
This closes #438
Waiting for checks to pass then will mark as ready for review.
The changes are with the edition of a
codecov.yaml
file that overrides the default configuration (which will fail if any pr decreases by coverage by any amount) The file has athreshold
value you can set which specifies the amount of change in a pr (up or down) in coverage that will be tolerated. I set it to 1% with a full coverage target of 50%.