[issue39704] Disable code coverage

STINNER Victor report at bugs.python.org
Tue Mar 3 08:38:24 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Ernest updated the organization configuration to:
---
comment: off
coverage:
  status:
    changes: off
    project: off
    patch: off
---

which gives:

{
    "comment": false, 
    "coverage": {
        "status": {
            "changes": false, 
            "patch": false, 
            "project": false
        }
    }
}

Codecov should no longer add comments to pull requests. I close the issue. Reopen it if Codecov adds *new* comments to pull requests.

Thanks Ernest!

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list