Skip to content

Commit

Permalink
Fix coverage report path
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 5, 2024
1 parent c1bb32e commit a7a9d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semver-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
name: analysis-report
path: build/reports/detekt
- name: Upload reports to SonarCloud
run: ./gradlew sonarqube --stacktrace
run: ./gradlew sonar --stacktrace
shell: bash

deploy-snapshot:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ sonarqube {
property("sonar.sources", "src/commonMain/kotlin/io/github/z4kn4fein/semver")
property("sonar.tests", "src/commonTest/kotlin/io/github/z4kn4fein/semver")
property("sonar.kotlin.detekt.reportPaths", buildDir.resolve("reports/detekt/detekt.xml"))
property("sonar.coverage.jacoco.xmlReportPaths", buildDir.resolve("reports/kover/xml/report.xml"))
property("sonar.coverage.jacoco.xmlReportPaths", buildDir.resolve("reports/kover/report.xml"))
}
}

Expand Down

0 comments on commit a7a9d01

Please sign in to comment.