소스 검색

Merge pull request #11335 from nextcloud/chore/fix-codecov

Codecov config improvements
Álvaro Brey 2 년 전
부모
커밋
f664d3a2e5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .codecov.yml

+ 4 - 0
.codecov.yml

@@ -2,6 +2,8 @@ codecov:
   branch: master
   ci:
     - drone.nextcloud.com
+  notify:
+    after_n_builds: 2
 
 coverage:
   precision: 2
@@ -15,6 +17,8 @@ coverage:
 comment:
   layout: "header, diff, changes, uncovered, tree"
   behavior: default
+  require_changes: true
+  after_n_builds: 2
 
 github_checks:
     annotations: false