Skip to content

Releases: naver/cover-checker

V1.4.2

12 Jan 05:43
cfe9555
Compare
Choose a tag to compare
  • Normalize file path
    • in windows : example/example.java -> example\example.java
    • in Unix : example\example.java -> example/example.java
  • Use junit pom for import junit depedencies

V1.4.1

29 Dec 13:13
7b61217
Compare
Choose a tag to compare

New feature

  • #28 test itself and comment coverage report by Github action

Bug Fix

  • #26 use BigInteger for number type in a coverage report.
  • #27 new file extension extract method
  • #29 fix test code for Windows

V1.4.0

13 Feb 05:14
1a76b34
Compare
Choose a tag to compare

Resolved: #11

  • cover-checker support multi-module project.
    • Give all coverage reports to cover-checker when coverage tests.
  • Divide cover-checker module per related application.

커버체커가 multi-module 프로젝트를 지원합니다.

V1.3.4

25 Nov 06:00
c5dc3e3
Compare
Choose a tag to compare

#14

  • Fix file filter policy for use non-Java language.
  • Allow multi coverage report for multi-module(beta)

V1.3.3

09 Jul 03:08
ca907c7
Compare
Choose a tag to compare

#5 - Fix unexpected npe. while error check fail reporting.
#6 - Prevent throw exception when reporting to Github.
#7 - Fix problem that fail when difference parsing that single line file like minified css and js.
#8 - Limit length of message that commit status in Github.
#10 - Update project dependency(Github client library from Eclipse).


#5 커버리지 체크 실패 로깅 중 NPE 발생하는 버그 수정
#6 Github에 결과 코멘트 업로드 중 실패해도 전체 테스트가 실패하지 않도록 변경
#7 minified css, js에 대해서도 이전버전과의 수정 내용에 대해서 파싱 할수 있도록 수정
#8 Github commit status 메시지에 길이제한 추가
#10 Github client 라이브러리 버전 업데이트

V1.3.1

17 Dec 08:32
Compare
Choose a tag to compare
  • github diff / diff 파일로 브랜치 별 추가 라인 계산
  • Cobertura / jacoco xml, html coverage 리포트 분석
  • diff 정보와 coverage report 정보로 실제 추가된 code line에 대해 커버리지 비율 계산
  • 결과 github pull request에 comment로 표시