diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-06-09 23:26:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 23:26:03 (GMT) |
commit | 11ffb4543bc000dea527bcc0417e2f8bda13790f (patch) | |
tree | 0f75809b9c0f8c38f032cbfda40356764a698f49 /.github | |
parent | 70fede100ed33942777ca869ddb3d2b8d64128b9 (diff) | |
download | cpython-11ffb4543bc000dea527bcc0417e2f8bda13790f.zip cpython-11ffb4543bc000dea527bcc0417e2f8bda13790f.tar.gz cpython-11ffb4543bc000dea527bcc0417e2f8bda13790f.tar.bz2 |
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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index 2106da6..9d97dfb 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 |