We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45edb4 commit ad62b94Copy full SHA for ad62b94
codecov.yml
@@ -11,9 +11,13 @@ codecov:
11
branch: main
12
notify:
13
# Wait for all coverage builds:
14
- after_n_builds: 2
+ # - coverage-linux.yml
15
+ # - coverage-windows.yml
16
+ # - coverage-linux-without-intl.yml
17
+ after_n_builds: 3
18
19
coverage:
20
+ # Useful for blocking Pull Requests that don't meet a particular coverage threshold.
21
status:
22
project: off
23
patch: off
0 commit comments