Explorar o código

Merge #789

789: fix: make codecov informational r=thvdveld a=thvdveld

Adding the lines makes codecov informational. This should stop making the coverage report fail CI (hopefully).

Co-authored-by: Thibaut Vandervelden <thvdveld@vub.be>
bors[bot] hai 1 ano
pai
achega
16d10d018a
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      .github/codecov.yml

+ 10 - 1
.github/codecov.yml

@@ -1,2 +1,11 @@
 github_checks:
-  annotations: false
+  annotations: false
+
+coverage:
+  status:
+    project:
+      default:
+        informational: true
+    patch:
+      default:
+        informational: true