Skip to content

Commit 2836883

Browse files
authored
Disable codecov PR annotations (#3166)
* Disable codecov PR annotations * Also wait for reports before updating status
1 parent 2911be8 commit 2836883

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ coverage:
33
patch:
44
default:
55
target: auto
6+
after_n_builds: 10 # Wait for all 10 reports before updating the status
67
project:
78
default:
89
target: auto
910
threshold: 0.1
11+
after_n_builds: 2 # Wait for all 10 reports before updating the status
1012
comment: false
13+
github_checks:
14+
annotations: false

0 commit comments

Comments
 (0)