◐ Shell
reader mode source ↗

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients ammar2, brett.cannon, gvanrossum, rhettinger, skrah, terry.reedy, vstinner, xtreak
Date 2020-03-02.16:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583167773.13.0.256455494753.issue39704@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-02 16:49:33ammar2setrecipients: + ammar2, gvanrossum, brett.cannon, rhettinger, terry.reedy, vstinner, skrah, xtreak
2020-03-02 16:49:33ammar2setmessageid: <1583167773.13.0.256455494753.issue39704@roundup.psfhosted.org>
2020-03-02 16:49:33ammar2linkissue39704 messages
2020-03-02 16:49:32ammar2create