Add codecov.yml allowing coverage to drop slightly before "failing"
authorMatt Corallo <git@bluematt.me>
Mon, 8 Mar 2021 17:50:07 +0000 (12:50 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 8 Mar 2021 17:59:03 +0000 (12:59 -0500)
This should remove one big red X in our builds, making it harder
to miss other failing tests.

codecov.yml [new file with mode: 0644]

diff --git a/codecov.yml b/codecov.yml
new file mode 100644 (file)
index 0000000..88751cd
--- /dev/null
@@ -0,0 +1,8 @@
+coverage:
+  status:
+    project:
+      default:
+        target: auto
+        threshold: 2%
+        base: auto
+        informational: false