Skip to content

Commit

Permalink
Delaying codecov report until CI is finished (#2495)
Browse files Browse the repository at this point in the history
* testing wait for ci

* using after_n_build
  • Loading branch information
germa89 authored Nov 8, 2023
1 parent 428fba2 commit 949b8d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ coverage:
if_ci_failed: error
if_no_uploads: error
threshold: 4% # Because some tests are flaky.

codecov:
notify:
wait_for_ci: yes
# do not notify until at least 5 builds have been uploaded from the CI pipeline
after_n_builds: 5
comment:
after_n_builds: 5

0 comments on commit 949b8d8

Please sign in to comment.