Skip to content

Commit

Permalink
feat: JaCoCo file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 2, 2024
1 parent 29f50a0 commit 515f4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: madrapps/jacoco-report@v1.6.1
with:
paths: |
${{ github.workspace }}/app/build/reports/coverage/androidTest/debug/connected/report.xml
${{ github.workspace }}/places-compose/build/jacoco/jacoco.xml
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
min-coverage-overall: 26
min-coverage-changed-files: 60
Expand Down

0 comments on commit 515f4db

Please sign in to comment.