Skip to content

Commit

Permalink
Merge pull request #22 from clementguillot/15-report-coverage-analysi…
Browse files Browse the repository at this point in the history
…s-to-sonarsource

Add coverage integration to SonarCloud, using JaCoCo XML reports
  • Loading branch information
clementguillot authored Feb 8, 2024
2 parents f1e5b08 + 776967e commit 6a73f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {
testImplementation("io.quarkus:quarkus-junit5")
testImplementation("io.quarkus:quarkus-test-hibernate-reactive-panache")
testImplementation("io.rest-assured:rest-assured")
testImplementation("io.quarkus:quarkus-jacoco")
}

group = "org.nxcloudce"
Expand Down

0 comments on commit 6a73f33

Please sign in to comment.