Skip to content

Commit ff7fc2e

Browse files
authored
Create .codecov.yml, delay coverage notifications until reports from all matrix jobs have been received (#780)
1 parent 8a32f05 commit ff7fc2e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
codecov:
2+
notify:
3+
after_n_builds: 40

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ jobs:
398398
- build
399399
- pre-setup # transitive, for accessing settings
400400
strategy:
401+
# when updating matrix jobs make sure to adjust the expected reports in
402+
# codecov.notify.after_n_builds in .codecov.yml
401403
matrix:
402404
# service containers are only supported on ubuntu currently
403405
os:

0 commit comments

Comments
 (0)