Skip to content

Commit

Permalink
Trying to fix PR coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored Dec 3, 2024
1 parent 5d7738d commit d9696fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: jacoco
uses: madrapps/[email protected]
with:
paths: ${{ github.workspace }}/buttplug4j*/build/reports/jacoco/test/jacocoTestReport.xml
paths: ${{ github.workspace }}/**/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name == 'pull_request'

Expand Down

0 comments on commit d9696fe

Please sign in to comment.