浏览代码

Merge pull request #2903 from nextcloud/codeCovThreshold

Codecov: set threshold
Andy Scherzinger 6 年之前
父节点
当前提交
5eb79b831d
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .codecov.yml

+ 4 - 0
.codecov.yml

@@ -7,6 +7,10 @@ coverage:
   precision: 2
   precision: 2
   round: down
   round: down
   range: "70...100"
   range: "70...100"
+  status:
+    project:
+      default:
+        threshold: 0.5
 
 
 comment:
 comment:
   layout: "header, diff, changes, uncovered, tree"
   layout: "header, diff, changes, uncovered, tree"