Skip to content

Commit

Permalink
Merge pull request #65 from toy-k/toy-k-patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
toy-k committed Jun 15, 2023
2 parents a2bc4ae + 724977b commit 8f7c170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jacocoTestCoverageVerification {
limit {
counter = 'LINE'
value = 'COVEREDRATIO'
minimum = 0.1
minimum = 0.0
}//0.1이면 100줄 가진 테스트 코드 10줄 이상 작성해야함

limit {
Expand All @@ -130,4 +130,4 @@ jacocoTestCoverageVerification {
}

}
}
}

0 comments on commit 8f7c170

Please sign in to comment.