From: Brett Cannon Date: Sat, 10 Jun 2017 00:02:04 +0000 (-0700) Subject: [3.6] Make codecov config on master the only config used (GH-2041) (GH-2052) X-Git-Tag: v3.6.2rc1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe796efa66ff6d45bb9f3e94790b72b4486d803e;p=python [3.6] Make codecov config on master the only config used (GH-2041) (GH-2052) 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) --- diff --git a/.github/codecov.yml b/.github/codecov.yml index fcf9df6a7a..dc21321d0b 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