diff --git a/backend/pom.xml b/backend/pom.xml index 81eacb23..f2dc9a8b 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -171,6 +171,51 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + **/dto/** + **/config/** + **/exception/ErrorCode* + **/model/** + + + + + prepare-agent + prepare-agent + + + report + verify + report + + + + check + verify + check + + + + BUNDLE + + + BRANCH + COVEREDRATIO + 0.42 + + + + + + + + org.springframework.boot spring-boot-maven-plugin