Skip to content

Commit 6068369

Browse files
committed
Fix jacoco build
1 parent 07f0588 commit 6068369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and analyze
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46-
run: gradle build jacocoAggregatedReport sonar --info
46+
run: gradle build jacocoTestReport sonar --info
4747
- name: Compute version
4848
run: |
4949
gradle version

0 commit comments

Comments
 (0)