Skip to content

Commit e363a24

Browse files
authored
Merge pull request #76 from michalc/ci/properly-wait-for-all-tests-to-run
ci: properly wait for all 72 test runs to finish before reporting code coverage
2 parents f2f70ee + f9122cd commit e363a24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
needs: [download-minio, create-sqlite-amalgamation]
5555
strategy:
5656
matrix:
57+
# If changing how many times tests are run, must also change in codecov.yml
58+
# to ensure test coverage is reported only after all tests have finished
5759
os:
5860
- "macos-11"
5961
- "ubuntu-20.04"

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comment: false
22
codecov:
33
notify:
4-
wait_for_ci: yes
4+
after_n_builds: 72

0 commit comments

Comments
 (0)