소스 검색

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
   round: down
   range: "70...100"
+  status:
+    project:
+      default:
+        threshold: 0.5
 
 comment:
   layout: "header, diff, changes, uncovered, tree"