Skip to content
Micky Kim edited this page Jun 24, 2024 · 3 revisions

cover-checker

The application calculate the test code coverage for new and modified code lines. It helps developers get increase test code coverage of their projects.

Env & dependencies

  • 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)
Clone this wiki locally