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 38f792e commit a2e5cf5Copy full SHA for a2e5cf5
.github/codecov.yml
@@ -6,8 +6,8 @@ coverage:
6
status:
7
project:
8
default:
9
- target: 75% # overall project Coverage < 75% CI will fail
+ target: 58% # overall project Coverage
10
+ threshold: 1% # Allow the coverage to drop by 1%, and posting a success status.
11
patch:
12
- target: 90% # lines adjusted Coverage < 90% CI will fail
13
-
+ target: 80% # lines adjusted Coverage < 80% CI will fail
0 commit comments