Skip to content

Commit

Permalink
FIX: Coverage report path.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Dec 16, 2022
1 parent b945b32 commit 98f07c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: jhove-apps/target/site/jacoco-aggregate/jacoco.xml
coverage-reports: coverage.xml
- name: Codacy analysis reporting
uses: codacy/[email protected]

0 comments on commit 98f07c8

Please sign in to comment.