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 d00b596 + 36b8fc9 commit 6041a05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,3 @@ jobs:
if: matrix.java-version == 8
run: ./bbt-jhove
shell: bash
- name: Aggregate integration test results
if: matrix.java-version == 8
run: mvn --batch-mode verify -DjacocoAgg
- name: Upload coverage report
if: matrix.java-version == 8
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: jhove-apps/target/site/jacoco-aggregate/
coverage:
name: Quality Assurance
runs-on: ubuntu-20.04
needs: [ build ]

steps:
- name: Download coverage report
uses: actions/download-artifact@v3
with:
name: coverage-report
path: jhove-apps/target/site/jacoco-aggregate/
- name: Codacy coverage reporting
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: jhove-apps/target/site/jacoco-aggregate/jacoco.xml
- name: Codacy analysis reporting
uses: codacy/codacy-analysis-cli-action@4.0.0
10 changes: 5 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ coverage:
precision: 2
round: down
range: "70...100"
project:
default:
enabled: yes
target: 1
threshold: 0.5
status:
project:
default:
enabled: yes
target: 1
threshold: 0.5%
patch:
default:
enabled: yes
Expand Down

0 comments on commit 6041a05

Please sign in to comment.