-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea116b2
commit 1e84db3
Showing
2 changed files
with
5 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters