[python-committers] Disable Codecov on GitHub pull requests?
Berker Peksağ
berker.peksag at gmail.com
Mon Feb 13 13:14:54 EST 2017
On Mon, Feb 13, 2017 at 6:25 PM, Victor Stinner
<victor.stinner at gmail.com> wrote:
> 2017-02-13 16:04 GMT+01:00 Donald Stufft <donald at stufft.io>:
>> I’ve also never see the random -0.01%
>> coverage of code in another project, and my guess is that there is some sort
>> of non-determinism in the CPython test suite that would be a good idea to
>> make deterministic anyways.
>
> Can we hide/disable Codecov notifications until this issue is fixed?
> Example of false alarm:
> https://github.com/python/cpython/pull/61#issuecomment-279291824
> heapq.py coverage -0.77% on a change modifying Doc/library/typing.rst
>
> See also: "Adjust coverage failure threshold"
> https://github.com/python/core-workflow/issues/21
I've opened to tweak our Codecov configuration:
https://github.com/python/cpython/pull/71
--Berker
More information about the python-committers
mailing list