浏览代码

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