We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0588 commit 6068369Copy full SHA for 6068369
1 file changed
.github/workflows/actions.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and analyze
44
env:
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
- run: gradle build jacocoAggregatedReport sonar --info
+ run: gradle build jacocoTestReport sonar --info
47
- name: Compute version
48
run: |
49
gradle version
0 commit comments