From: Victor Stinner Date: Fri, 3 Apr 2020 00:34:04 +0000 (+0200) Subject: bpo-40156: Copy Codecov configuration from master (GH-19306) X-Git-Tag: v3.6.11rc1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebeabb5b728f009480ced3ca4738c20fa073b507;p=thirdparty%2FPython%2Fcpython.git bpo-40156: Copy Codecov configuration from master (GH-19306) Disable "Codevov patch" job on pull requests. --- diff --git a/.github/codecov.yml b/.github/codecov.yml index dc21321d0baa..ea504f48672e 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,7 +5,7 @@ codecov: comment: off ignore: - "Doc/**/*" - - "Misc/*" + - "Misc/**/*" - "Mac/**/*" - "PC/**/*" - "PCbuild/**/*" @@ -13,18 +13,12 @@ ignore: - "Grammar/*" coverage: precision: 2 - range: - - 70.0 - - 100.0 + range: 70...90 round: down status: changes: off project: off - patch: - default: - target: 100% - only_pulls: true - threshold: 0.05 + patch: off parsers: gcov: branch_detection: