Hi,
There is a new "CodeCov" thing on Python pull requests which adds a giant comment with many numbers and statistics and then mark my pull request as "failed" (red).
I know the concept of code coverage, ok. But who uses this service? Does it *have to* send emails to say:
"Merging #18743 into master will increase coverage by 0.00%. The diff coverage is n/a."
https://github.com/python/cpython/pull/18743#issuecomment-593426007
My PR changes distutils, but the comment also says "Lib/ftplib.py 63.85% <0.00%> (-6.06%)". The service doesn't seem reliable. A distutils change should have no impact on ftplib coverage. Or someone should explain me how it's supposed to work.
https://devguide.python.org/coverage/ says nothing about CodeCov.
Would it be possible to disable this service?
Or can I opt-out somehow to no longer get emails from it nor see such comments on my PRs?
Victor
Night gathers, and now my watch begins. It shall not end until my death.