Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore #63] Jacoco 세팅하기 #64

Merged
merged 9 commits into from
Aug 21, 2024
Prev Previous commit
Next Next commit
[chore] : 커버리지 하한 수정
hyun2371 committed Aug 20, 2024
commit 99be6c2fac2e9aed76e62ce675d89003c0201982
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ jacocoTestCoverageVerification {
limit {
counter = 'LINE'
value = 'COVERERDRATIO'
minimum = 0.75
minimum = 0.7
}
}