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 7df0082 commit a9da2dfCopy full SHA for a9da2df
codecov.yml
@@ -1,12 +1,12 @@
1
coverage:
2
- range: 76..100
+ range: 78..100
3
round: down
4
precision: 2
5
status:
6
project: # measuring the overall project coverage
7
default: # context, you can create multiple ones with custom titles
8
enabled: yes # must be yes|true to enable this status
9
- target: 76 # specify the target coverage for each commit status
+ target: 78 # specify the target coverage for each commit status
10
# option: "auto" (must increase from parent commit or pull request base)
11
# option: "X%" a static target percentage to hit
12
if_not_found: success # if parent is not found report status as success, error, or failure
0 commit comments