-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Micky Kim edited this page Jun 24, 2024
·
3 revisions
The application calculate the test code coverage for new and modified code lines. It helps developers get increase test code coverage of their projects.
- jdk 8
- slf4j, logback
- lombok
- common-cli
- org.jsoup (html 파싱)
- org.eclipse.mylyn.github (github rest client)
- org.thymeleaf (결과 comment 용 template engine)
- junit 5 (for test)
- mockito (for test)