]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40156: Copy Codecov configuration from master (GH-19306)
authorVictor Stinner <vstinner@python.org>
Fri, 3 Apr 2020 00:34:04 +0000 (02:34 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 00:34:04 +0000 (20:34 -0400)
Disable "Codevov patch" job on pull requests.

.github/codecov.yml

index dc21321d0baaf0cd0192c9cf030f6f3ddcd2be50..ea504f48672eac0927627cddb0ac5ce55f659158 100644 (file)
@@ -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: