Skip to content
Micky Kim edited this page Dec 13, 2018 · 2 revisions

cover-checker

신규 코드 작성 시 일정 수치 이상의 코드 커버리지를 만족하는지 확인하여 전체 코드 커버리지를
점진적으로 증가시키기 위해 적용하는 플러그인 입니다.

실행 환경 & 사용 라이브러리

  • 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