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 bb5937d commit 7aae8c3Copy full SHA for 7aae8c3
1 file changed
codecov.yml
@@ -2,10 +2,11 @@ coverage:
2
status:
3
project:
4
default:
5
- informational: true
+ target: auto # do not drop below the current level...
6
+ threshold: 1% # ...by more than 1%
7
patch:
8
9
+ target: 80% # new/changed code in the PR diff must be >= 80% covered
10
11
comment:
12
layout: "reach, diff, flags, components, files"
0 commit comments