Skip to content

Commit

Permalink
Added more precise call for coverage-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Feb 11, 2025
1 parent adc5158 commit f9efe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Run gradle ${{ matrix.gradle-task }}
run: |
./gradlew -Pcoverage.enabled=true jacocoTestReport
./gradlew -Pcoverage.enabled=true coverage-merge
./gradlew -Pcoverage.enabled=true coverage:coverage-merge
- name: Upload Combined Coverage Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f9efe3d

Please sign in to comment.