We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca8dd0 commit 01fd51fCopy full SHA for 01fd51f
1 file changed
.github/codecov.yml
@@ -5,14 +5,14 @@ comment:
5
6
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
7
precision: 5
8
- range: "70...75"
+ range: "80...100"
9
status:
10
project:
11
default:
12
branches:
13
- ^master$
14
- target: 70.0 # the minimum coverage ratio that the commit must meet to be considered a success.
15
- threshold: 1% # allow the coverage to drop by X%, and posting a success status.
+ target: 80.0
+ threshold: 1%
16
ignore:
17
- "**/test/**"
18
- "**/*Test.java"
0 commit comments