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 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:08brett.cannonsetrecipients: + brett.cannon, rhettinger, terry.reedy, skrah, ammar2, xtreak
2020-02-27 21:08:07brett.cannonsetmessageid: <1582837687.98.0.0303893997686.issue39704@roundup.psfhosted.org>
2020-02-27 21:08:07brett.cannonlinkissue39704 messages
2020-02-27 21:08:07brett.cannoncreate