Skip to content

Commit fc4b90a

Browse files
committed
chore(quality): switch to jacoco coverage
1 parent bc09e37 commit fc4b90a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-plugin/plugins/src/main/kotlin/net/thunderbird/gradle/plugin/quality/coverage/CodeCoveragePlugin.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ class CodeCoveragePlugin: Plugin<Project> {
6161
disable()
6262
}
6363

64+
// See https://www.jacoco.org/jacoco/
65+
useJacoco("0.8.14")
66+
6467
reports {
6568
total {
6669
filters {

0 commit comments

Comments
 (0)