-
-
Notifications
You must be signed in to change notification settings - Fork 975
ci: configure codecov patch threshold #647
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #647 +/- ##
=======================================
Coverage 99.33% 99.33%
=======================================
Files 1923 1923
Lines 176853 176853
Branches 906 908 +2
=======================================
+ Hits 175681 175683 +2
+ Misses 1116 1114 -2
Partials 56 56
|
Okay I think I found the issue! |
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.
2% threshold seems large. Why not 0% or at worst, 1%?
@griest024 Okay I may have misunderstood The initial issue here is that the CI failed several times with the I assume setting the threshold to 0% will not help again, cause the default may was be 0% by default previously. (I could be wrong) So I would like to first try and drive for a while with my proposed settings in this PR. |
@Shinigami92 from the docs
It's possible that there is some broken logic for |
The threshold is not useful as it only fails PRs that are successfully but the threshold is not meet.