summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-06-09 17:02:18 -0700
committerGitHub <noreply@github.com>2017-06-09 17:02:18 -0700
commita2cdbdf3bb26b3b28bd04af0b6520a5f8333ea03 (patch)
tree25bb926b358db8d273d356b03e646422b31dcae0 /.github
parentBreak circular references when closing SSLTransport objects (#981) (#2048) (diff)
downloadcpython-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.yml1
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