Skip to content

Commit

Permalink
chore: JaCoCo together with Instrumentation Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed May 28, 2024
1 parent b7ec42a commit 6cb9d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: madrapps/jacoco-report@v1.2
with:
paths: |
${{ github.workspace }}/app/build/reports/coverage/androidTests/debug/connected/report.xml
${{ github.workspace }}/app/build/reports/coverage/androidTest/debug/connected/report.xml
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
min-coverage-overall: 40
min-coverage-changed-files: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instrumentation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: madrapps/jacoco-report@v1.2
with:
paths: |
${{ github.workspace }}/app/build/reports/coverage/androidTests/debug/connected/report.xml
${{ github.workspace }}/app/build/reports/coverage/androidTest/debug/connected/report.xml
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
min-coverage-overall: 40
min-coverage-changed-files: 60
Expand Down

0 comments on commit 6cb9d69

Please sign in to comment.