瀏覽代碼

Configure Codecov parameters

Francisco Giordano 4 年之前
父節點
當前提交
73c7af102b
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      .codecov.yml

+ 9 - 1
.codecov.yml

@@ -1,3 +1,11 @@
 comment: off
+github_checks:
+  annotations: false
 coverage:
-  range: "100...100"
+  status:
+    patch:
+      default:
+        target: 95%
+    project:
+      default:
+        threshold: 1%