Browse Source

Merge pull request #2903 from nextcloud/codeCovThreshold

Codecov: set threshold
Andy Scherzinger 6 năm trước cách đây
mục cha
commit
5eb79b831d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .codecov.yml

+ 4 - 0
.codecov.yml

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