<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Mon, 13 Feb 2017 at 07:26 Victor Stinner <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2017-02-13 16:04 GMT+01:00 Donald Stufft <<a href="mailto:donald@stufft.io" class="gmail_msg" target="_blank">donald@stufft.io</a>>:<br class="gmail_msg">
> I’ve also never see the random -0.01%<br class="gmail_msg">
> coverage of code in another project, and my guess is that there is some sort<br class="gmail_msg">
> of non-determinism in the CPython test suite that would be a good idea to<br class="gmail_msg">
> make deterministic anyways.<br class="gmail_msg">
<br class="gmail_msg">
Can we hide/disable Codecov notifications until this issue is fixed?<br class="gmail_msg">
Example of false alarm:<br class="gmail_msg">
<a href="https://github.com/python/cpython/pull/61#issuecomment-279291824" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/python/cpython/pull/61#issuecomment-279291824</a><br class="gmail_msg">
heapq.py coverage -0.77% on a change modifying Doc/library/typing.rst<br class="gmail_msg">
<br class="gmail_msg">
See also: "Adjust coverage failure threshold"<br class="gmail_msg">
<a href="https://github.com/python/core-workflow/issues/21" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/python/core-workflow/issues/21</a></blockquote><div><br></div><div>Codecov's configuration is controlled by <a href="https://github.com/python/cpython/blob/master/.codecov.yml">https://github.com/python/cpython/blob/master/.codecov.yml</a> so you can submit a PR to propose changes to how coverage is reported. Docs can be found at <a href="https://docs.codecov.io/docs/codecov-yaml">https://docs.codecov.io/docs/codecov-yaml</a> .</div></div></div>