Skip to content

Commit

Permalink
try with jacoco
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Sep 4, 2024
1 parent 4f279f2 commit 2e53e23
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,10 @@ check {
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
}

sonar {
properties {
property "sonar.projectKey", "hyperledger:iroha-java"
property "sonar.host.url", "https://sonar.soramitsu.co.jp"
}
}

jacocoTestReport {
dependsOn test
reports {
Expand All @@ -127,3 +121,10 @@ jacocoTestReport {
html.required = false
}
}

sonar {
properties {
property "sonar.projectKey", "hyperledger:iroha-java"
property "sonar.host.url", "https://sonar.soramitsu.co.jp"
}
}

0 comments on commit 2e53e23

Please sign in to comment.