Skip to content

Commit d5ad43f

Browse files
feat: update ci (#75)
1 parent c1c84f1 commit d5ad43f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/codecov.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ comment:
66
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
77
precision: 5
88
range:
9-
- 80.0
10-
- 85.0
9+
- 70.0
10+
- 75.0
1111
status:
1212
project:
1313
default:
1414
branches:
1515
- ^master$
16-
target: 80.0 # the minimum coverage ratio that the commit must meet to be considered a success.
16+
target: 70.0 # the minimum coverage ratio that the commit must meet to be considered a success.
1717
threshold: 1% # allow the coverage to drop by X%, and posting a success status.

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
name: Maven Install Test
1010

1111
on:
12-
pull_request_target:
1312
push:
1413
branches: [ "master" ]
1514
pull_request:

0 commit comments

Comments
 (0)