Skip to content

Commit e792902

Browse files
authored
Make codecov wait for both jobs to upload coverage (operator-framework#441)
Currently we have 2 jobs that report code coverage to codecov. This setting makes codecov to wait for both before sending notifications such as comments and pull request checks. Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 65bfc69 commit e792902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
codecov:
2+
notify:
3+
after_n_builds: 2

0 commit comments

Comments
 (0)