Skip to content

Commit

Permalink
Testing with wildcard pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Jul 25, 2023
1 parent cdf6a75 commit 5f2ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: jacoco
uses: madrapps/jacoco-report@multi-module-support
with:
paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml
paths: ${{ github.workspace }}/build/reports/jacoco/**/testCoverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
Expand Down

0 comments on commit 5f2ac47

Please sign in to comment.