This is being discussed at https://bugs.python.org/issue39704

On Mon, Mar 2, 2020 at 9:44 PM Victor Stinner <vstin...@python.org> wrote:

> 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.
> _______________________________________________
> python-committers mailing list -- python-committers@python.org
> To unsubscribe send an email to python-committers-le...@python.org
> https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-committers@python.org/message/W63NVMNAUEWLG4ARG77XOQ7FFWZ744CE/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>


-- 
Regards,
Karthikeyan S
_______________________________________________
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/RVFZ3PSBHD35YTI5Z6TG25BERO7TA5ZI/
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to