Skip to content

Commit

Permalink
Chore: Jacoco 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
onetuks committed Dec 13, 2023
1 parent 82a605d commit 9794267
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {

plugins {
id 'java'
id 'jacoco'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
id 'com.epages.restdocs-api-spec' version "${restdocsApiSpecVersion}"
Expand Down Expand Up @@ -121,5 +122,10 @@ dependencies {
}

tasks.named('test') {
finalizedBy jacocoTestReport
useJUnitPlatform()
}

tasks.named('jacocoTestReport') {
dependsOn test
}

0 comments on commit 9794267

Please sign in to comment.