We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb6a2b commit 99d8dbfCopy full SHA for 99d8dbf
codecov.yml
@@ -9,7 +9,7 @@ coverage:
9
project: # measuring the overall project coverage
10
default: # context, you can create multiple ones with custom titles
11
enabled: yes # must be yes|true to enable this status
12
- target: 40 # specify the target coverage for each commit status
+ target: 0 # specify the target coverage for each commit status
13
# option: "auto" (must increase from parent commit or pull request base)
14
# option: "X%" a static target percentage to hit
15
threshold: null # allowed to drop X% and still result in a "success" commit status
0 commit comments