Message 362838 - Python tracker
Message362838
| Author | brett.cannon |
|---|---|
| Recipients | ammar2, brett.cannon, rhettinger, skrah, terry.reedy, xtreak |
| Date | 2020-02-27.21:08:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1582837687.98.0.0303893997686.issue39704@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The codecov config lives at https://github.com/python/cpython/blob/master/.github/codecov.yml and the docs for the file are at https://docs.codecov.io/docs/codecov-yaml. Specifically, the comment feature is covered at https://docs.codecov.io/docs/pull-request-comments and the status check is at https://docs.codecov.io/docs/commit-status. Nothing has changed in the config, though, so it might be a change related to https://docs.codecov.io/docs/codecov-yaml#section-can-i-name-the-file-codecov-yml and thus the file path to the config might need to be added to the upload step in the following files: 1. https://github.com/python/cpython/blob/master/.github/workflows/coverage.yml 2. https://github.com/python/cpython/blob/master/.travis.yml 3. https://github.com/python/cpython/blob/master/.azure-pipelines/posix-steps.yml#L52 (I would submit a PR myself but I'm still digging myself out from under email after vacation.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-02-27 21:08:08 | brett.cannon | set | recipients: + brett.cannon, rhettinger, terry.reedy, skrah, ammar2, xtreak |
| 2020-02-27 21:08:07 | brett.cannon | set | messageid: <1582837687.98.0.0303893997686.issue39704@roundup.psfhosted.org> |
| 2020-02-27 21:08:07 | brett.cannon | link | issue39704 messages |
| 2020-02-27 21:08:07 | brett.cannon | create | |