From: Brett Cannon Date: Fri, 9 Jun 2017 23:26:03 +0000 (-0700) Subject: Make codecov config on master the only config used (GH-2041) X-Git-Tag: v3.7.0a1~646 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ffb4543bc000dea527bcc0417e2f8bda13790f;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.github/codecov.yml b/.github/codecov.yml index 2106da617259..9d97dfbc43f8 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