Skip to content

Commit

Permalink
Make codecov wait for both jobs to upload coverage (#441)
Browse files Browse the repository at this point in the history
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 <mradchuk@redhat.com>
  • Loading branch information
m1kola authored Oct 6, 2023
1 parent 65bfc69 commit e792902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
codecov:
notify:
after_n_builds: 2

0 comments on commit e792902

Please sign in to comment.