]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Allow up to a 0.01% drop in coverage (#30)
authorZachary Ware <zachary.ware@gmail.com>
Mon, 13 Feb 2017 04:21:19 +0000 (22:21 -0600)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 13 Feb 2017 04:21:19 +0000 (20:21 -0800)
.codecov.yml

index 8650448c3e0733486808ec2bc1507add707e102c..4f84cb6f39eb3d8a8047fce8b5fd243d7ae4d579 100644 (file)
@@ -13,8 +13,12 @@ coverage:
   round: down
   status:
     changes: false
-    patch: true
-    project: true
+    patch:
+      default:
+        threshold: 0.01
+    project:
+      default:
+        threshold: 0.01
 parsers:
   gcov:
     branch_detection: