Skip to content

Commit

Permalink
fix: update JaCoCo code coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
phmz committed Jun 19, 2024
1 parent 29b6d47 commit f8b6ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: madrapps/[email protected]
with:
paths: |
${{ github.workspace }}/**/target/test-results/jacoco/jacoco.xml
${{ github.workspace }}/target/test-results/coverage/jacoco/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
title: '### :zap: Coverage report'
update-comment: true
Expand Down

0 comments on commit f8b6ad1

Please sign in to comment.