Skip to content

Commit

Permalink
refactor: use built-in createDebugUnitTestCoverageReport task for gen…
Browse files Browse the repository at this point in the history
…erating code coverage
  • Loading branch information
abubkr-hago committed Aug 20, 2024
1 parent 521d902 commit 09debc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Run tests
run: ./gradlew --no-daemon clean jacocoTestReport
run: ./gradlew --no-daemon clean createDebugUnitTestCoverageReport
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 09debc6

Please sign in to comment.