Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit aca18b7

Browse files
committed
テスト終了時にjacocoのレポートを生成する処理を追加
1 parent a31e59e commit aca18b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ tasks {
7373
}
7474
test {
7575
useJUnitPlatform()
76+
// テスト終了時にjacocoのレポートを生成する
77+
finalizedBy(jacocoTestReport)
7678
}
7779

7880
jacocoTestReport {

0 commit comments

Comments
 (0)