diff options
author | 2017-06-09 17:02:18 -0700 | |
---|---|---|
committer | 2017-06-09 17:02:18 -0700 | |
commit | a2cdbdf3bb26b3b28bd04af0b6520a5f8333ea03 (patch) | |
tree | 25bb926b358db8d273d356b03e646422b31dcae0 /.github | |
parent | Break circular references when closing SSLTransport objects (#981) (#2048) (diff) | |
download | cpython-a2cdbdf3bb26b3b28bd04af0b6520a5f8333ea03.tar.gz cpython-a2cdbdf3bb26b3b28bd04af0b6520a5f8333ea03.tar.bz2 cpython-a2cdbdf3bb26b3b28bd04af0b6520a5f8333ea03.zip |
[3.5] Make codecov config on master the only config used (GH-2041) (GH-2053)
This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward.
Closes python/core-workflowGH-81.
(cherry picked from commit 11ffb4543bc000dea527bcc0417e2f8bda13790f)
Diffstat (limited to '.github')
-rw-r--r-- | .github/codecov.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index fcf9df6a7a6..dc21321d0ba 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,4 +1,5 @@ codecov: + strict_yaml_branch: master notify: require_ci_to_pass: true comment: off |