Переглянути джерело

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 рік тому
батько
коміт
16d10d018a
1 змінених файлів з 10 додано та 1 видалено
  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