Bladeren bron

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] 1 jaar geleden
bovenliggende
commit
16d10d018a
1 gewijzigde bestanden met toevoegingen van 10 en 1 verwijderingen
  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