[issue39704] Disable code coverage

Ammar Askar report at bugs.python.org
Mon Mar 2 11:49:33 EST 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

Just a quick update, I think this is a codecov bug as per here: https://community.codecov.io/t/prs-are-commented-even-with-comment-off/941

The yaml configuration doesn't show up here: https://codecov.io/gh/python/cpython/settings/yaml

While we wait for a response from codecov, we can fix this in the interim by overriding the settings at an organization level. An owner of the Python organization can enable this here: the organization level stuff would be here: https://codecov.io/account/gh/python/yaml

placing

```
comment: off
coverage:
  status:
    changes: off
    project: off
    patch: off
```

as the config should hopefully fix this for now.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39704>
_______________________________________


More information about the Python-bugs-list mailing list