Skip to content

Commit

Permalink
Merge pull request #433 from CycloneDX/nscuro-patch-1
Browse files Browse the repository at this point in the history
Fix path to `jacoco.xml` for PR coverage reporting
  • Loading branch information
nscuro authored Jun 21, 2024
2 parents a1ccc62 + 93df7c9 commit 5e1d3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
--project-token ${{ secrets.CODACY_PROJECT_TOKEN }} \
--commit-uuid ${{ github.event.workflow_run.head_sha }} \
--coverage-reports ./target/site/jacoco/jacoco.xml \
--language Java
--coverage-reports ./jacoco.xml \
--language Java

0 comments on commit 5e1d3a9

Please sign in to comment.