From ed07522a5faa3101f68be8e4b8369310f60860f8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 3 Apr 2020 01:09:58 +0200 Subject: bpo-40156: Copy Codecov configuration from master (#19309) Disable "Codevov patch" job on pull requests. --- .github/codecov.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index dc21321..ea504f4 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: -- cgit v0.12