Skip to content

Commit ed30f54

Browse files
committed
feat: add test case
1 parent 3ebabf9 commit ed30f54

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/codecov.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ comment:
55

66
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
77
precision: 5
8-
range:
9-
- 70.0
10-
- 75.0
8+
range: "70...75"
119
status:
1210
project:
1311
default:
1412
branches:
1513
- ^master$
1614
target: 70.0 # the minimum coverage ratio that the commit must meet to be considered a success.
17-
threshold: 1% # allow the coverage to drop by X%, and posting a success status.
15+
threshold: 1% # allow the coverage to drop by X%, and posting a success status.
16+
ignore:
17+
- "**/test/**"
18+
- "**/*Test.java"
19+
- "**/*AuthCenter.java"
20+
- "**/*QappPackage.java"
21+
- "**/*TRPCProtocol.java"
22+
parsers:
23+
jacoco:
24+
partials_as_hits: true

0 commit comments

Comments
 (0)