Skip to content

Commit 01fd51f

Browse files
committed
feat: add test case
1 parent 0ca8dd0 commit 01fd51f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ comment:
55

66
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
77
precision: 5
8-
range: "70...75"
8+
range: "80...100"
99
status:
1010
project:
1111
default:
1212
branches:
1313
- ^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.
14+
target: 80.0
15+
threshold: 1%
1616
ignore:
1717
- "**/test/**"
1818
- "**/*Test.java"

0 commit comments

Comments
 (0)