We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c84f1 commit d5ad43fCopy full SHA for d5ad43f
.github/codecov.yml
@@ -6,12 +6,12 @@ comment:
6
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
7
precision: 5
8
range:
9
- - 80.0
10
- - 85.0
+ - 70.0
+ - 75.0
11
status:
12
project:
13
default:
14
branches:
15
- ^master$
16
- target: 80.0 # the minimum coverage ratio that the commit must meet to be considered a success.
+ 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.
.github/workflows/ci.yml
@@ -9,7 +9,6 @@
name: Maven Install Test
on:
- pull_request_target:
push:
branches: [ "master" ]
pull_request:
0 commit comments