We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f70ee commit f9122cdCopy full SHA for f9122cd
.github/workflows/test.yml
@@ -54,6 +54,8 @@ jobs:
54
needs: [download-minio, create-sqlite-amalgamation]
55
strategy:
56
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
59
os:
60
- "macos-11"
61
- "ubuntu-20.04"
codecov.yml
@@ -1,4 +1,4 @@
1
comment: false
2
codecov:
3
notify:
4
- wait_for_ci: yes
+ after_n_builds: 72
0 commit comments