Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wardseptember committed Jan 11, 2025
1 parent c1c84f1 commit 820683e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ comment:
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
precision: 5
range:
- 80.0
- 85.0
- 70.0
- 75.0
status:
project:
default:
branches:
- ^master$
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.
threshold: 1% # allow the coverage to drop by X%, and posting a success status.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
name: Maven Install Test

on:
pull_request_target:
push:
branches: [ "master" ]
pull_request:
Expand Down

0 comments on commit 820683e

Please sign in to comment.