Skip to content

Commit

Permalink
fix: change name of reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenbunu committed Apr 6, 2024
1 parent 92080c1 commit 166b79a
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 @@ -28,7 +28,7 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
- name: Run Coverage
run: ./gradlew testCoverage
run: ./gradlew jacocoTestReport
- name: Add coverage to PR
id: jacoco
uses: madrapps/[email protected]
Expand Down

0 comments on commit 166b79a

Please sign in to comment.