Skip to content

Commit

Permalink
Using reportScoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Nov 2, 2024
1 parent b8ff218 commit 1cc1e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Generate Scoverage Report
run: |
./gradlew scoverage
./gradlew reportScoverage
ls -la build/reports/scoverage/
- name: Find scov
run: find . -name "scoverage.xml"
Expand Down

0 comments on commit 1cc1e06

Please sign in to comment.