Message 363191 - Python tracker
Message363191
| 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:33 | ammar2 | set | recipients: + ammar2, gvanrossum, brett.cannon, rhettinger, terry.reedy, vstinner, skrah, xtreak |
| 2020-03-02 16:49:33 | ammar2 | set | messageid: <1583167773.13.0.256455494753.issue39704@roundup.psfhosted.org> |
| 2020-03-02 16:49:33 | ammar2 | link | issue39704 messages |
| 2020-03-02 16:49:32 | ammar2 | create | |