Skip to content

Commit

Permalink
fix: sonarqube and jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
abd3lraouf committed Jul 16, 2022
1 parent 4308f48 commit 624596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/test.gradle
Expand Up @@ -28,7 +28,7 @@ sonarqube {
property "sonar.projectKey", "abd3lraouf_Semantic"
property "sonar.organization", "abd3lraouf"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", jacocoTestReport.map { it.reports.xml.destination }
property "sonar.coverage.jacoco.xmlReportPaths", "$buildDir/jacoco/jacoco.xml"
}
}

Expand Down

0 comments on commit 624596d

Please sign in to comment.