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 8a32f05 commit ff7fc2eCopy full SHA for ff7fc2e
.codecov.yml
@@ -0,0 +1,3 @@
1
+codecov:
2
+ notify:
3
+ after_n_builds: 40
.github/workflows/ci-cd.yml
@@ -398,6 +398,8 @@ jobs:
398
- build
399
- pre-setup # transitive, for accessing settings
400
strategy:
401
+ # when updating matrix jobs make sure to adjust the expected reports in
402
+ # codecov.notify.after_n_builds in .codecov.yml
403
matrix:
404
# service containers are only supported on ubuntu currently
405
os:
0 commit comments