-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove codecov coverage targets. #8491
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
Remove codecov coverage targets. #8491
Conversation
tests: | ||
target: 97.9% |
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.
Definitely leave this one.
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.
turned it into "auto", i.e. "greater than the previous value" (97.9 seems to come a bit out of nowhere)
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.
The 97.9 was a hand tuned value from looking at the coverage on the tests and being happy that what was missed was ok to miss.
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.
But certainly you don't want it to go down in any case?
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.
auto
seems to be working well enough.
attn @dopplershift as (I think) the local code-cov expert. |
6bb5d78
to
3c26e67
Compare
Why 0% and not 50% so that it flags if something completely crazy happens? |
As mentioned in the conversation starting at https://gitter.im/matplotlib/matplotlib?at=58eed50a69a692963ea5e238 codecov seems to be failing PR builds on the basis of incorrectly computed coverage deltas. This PR sets the required coverage values to 50%, so that the coverage is still computed but does not affect build anymore unless something dramatic happens.
3c26e67
to
99b3382
Compare
sounds good. changed to 50%. |
As mentioned in the conversation starting at
https://gitter.im/matplotlib/matplotlib?at=58eed50a69a692963ea5e238
codecov seems to be failing PR builds on the basis of incorrectly
computed coverage deltas. This PR sets the required coverage values to
zero, so that the coverage is still computed but does not affect build
anymore.
PR Summary
PR Checklist