Skip to content

Commit

Permalink
FDP-94: Enable and publish Code Coverage results
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Verbruggen <[email protected]>
  • Loading branch information
sanderv committed Nov 22, 2023
1 parent a645dd5 commit 90b85ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("org.mockito:mockito-junit-jupiter")

// Generate test and integration test reports
jacocoAggregation(project(":application"))
}

tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootBuildImage> {
Expand Down

0 comments on commit 90b85ed

Please sign in to comment.