summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-06-09 16:26:03 -0700
committerGitHub <noreply@github.com>2017-06-09 16:26:03 -0700
commit11ffb4543bc000dea527bcc0417e2f8bda13790f (patch)
tree0f75809b9c0f8c38f032cbfda40356764a698f49 /.github
parent70fede100ed33942777ca869ddb3d2b8d64128b9 (diff)
downloadcpython-git-11ffb4543bc000dea527bcc0417e2f8bda13790f.tar.gz
Make codecov config on master the only config used (GH-2041)
This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward. Closes python/core-workflow#81.
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 2106da6172..9d97dfbc43 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