Skip to content

Commit

Permalink
Merge branch 'integration' into newGpsTags
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson authored Jan 10, 2023
2 parents 5aee9b2 + 560f721 commit d00b596
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,14 @@ jobs:

steps:
- name: Download coverage report
if: matrix.java-version == 8
uses: actions/download-artifact@v3
with:
name: coverage-report
path: core/target/site/jacoco/
- name: Codecov coverage reporting
if: matrix.java-version == 8
uses: codecov/codecov-action@v3
with:
files: jhove-apps/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
path: jhove-apps/target/site/jacoco-aggregate/
- name: Codacy coverage reporting
uses: codacy/codacy-coverage-reporter-action@v1
if: matrix.java-version == 8
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: jhove-apps/target/site/jacoco-aggregate/jacoco.xml
- name: Codacy analysis reporting
if: matrix.java-version == 8
uses: codacy/codacy-analysis-cli-action@4.0.0
22 changes: 20 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
codecov:
token: 8f43ae05-bde9-4f3d-9cc5-a49af1fed3e2
branch: integration
require_ci_to_pass: true
notify:
wait_for_ci: true

coverage:
precision: 2
round: down
range: "70...100"
project:
default:
enabled: yes
target: 1
threshold: 0.5
status:
patch:
default:
enabled: yes
target: auto
threshold: 0%
ignore:
- doc
- .github
- .git
- test-root
- mac

0 comments on commit d00b596

Please sign in to comment.