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 ee2dd0d commit 0081fc1Copy full SHA for 0081fc1
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