We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c105e1 + 669fc30 commit 81b9952Copy full SHA for 81b9952
1 file changed
.github/workflows/analysis.yml
@@ -85,6 +85,7 @@ jobs:
85
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
86
run: >-
87
./gradlew sonar
88
+ -Dsonar.coverage.jacoco.xmlReportPaths=${{ github.workspace }}/build/reports/kover/report.xml
89
-Dsonar.pullrequest.key=${{ steps.pr.outputs.number }}
90
-Dsonar.pullrequest.branch=${{ steps.pr.outputs.branch }}
91
-Dsonar.pullrequest.base=${{ steps.pr.outputs.base }}
@@ -93,7 +94,9 @@ jobs:
93
94
if: github.event.workflow_run.event == 'push'
95
env:
96
- run: ./gradlew sonar
97
+ run: >-
98
+ ./gradlew sonar
99
100
101
coverage-comment:
102
name: Coverage PR Comment
0 commit comments