[python-committers] Disable Codecov on GitHub pull requests?

Victor Stinner victor.stinner at gmail.com
Mon Feb 13 09:49:33 EST 2017


Hi,

I don't get the value of code coverage on a CI. I *like* running code
coverage sometimes, but I don't like being annoying by "test failed:
coverage -0,01%" by a change completely unrelated to code (note: this
issue has been fixed be using a threshold of 1%). I'm annoyed by all
these Codecov messages. Berker just told me that he even created a
Gmail filter to drop all these email notifications...

What do you think of keeping this very useful feature, but not use it
on pull requests: only run it on the branches (once changes are
merged), to not "pollute" pull requests?

Victor


More information about the python-committers mailing list