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

Commit 576eb34

Browse files
committed
レポートの生成設定を忘れていたため修正
1 parent b0c9328 commit 576eb34

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
@@ -58,6 +58,8 @@ tasks {
5858
}
5959
test {
6060
useJUnitPlatform()
61+
// テスト終了時にjacocoのレポートを生成する
62+
finalizedBy(jacocoTestReport)
6163
}
6264

6365
jacocoTestReport {

0 commit comments

Comments
 (0)