Fix: jacoco test Report 불필요 클래스 제외 #203
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR
✨ 작업 내용
jacocoTestReport
에 표시될 필요가 없는entity 패키지 외의 클래스들
, queryDSL 을 위한Q~ 클래스
를 제외했습니다.jacocoTestCoverageVerification
에서도 위와 동일하게 클래스들을 제외했습니다. ➡️ 제외하지 않을 경우 쓸데 없는 모든 클래스의 테스트를 해야할 수 있기 때문✨ 참고 사항
아직
QuestionSet
등 테스트를 진행하지 않은 클래스가 있기 때문에 브랜치 커버리지, 메서드 커버리지 모두 0 으로 설정해뒀습니다. 조만간 필요한 테스트코드를 모두 작성한 후에 커버리지 퍼센티지를 정해야 할 것 같습니당!build.gradle 내의 태스크들 간의 실행 프로세스를 지정했기 때문에
develop-ci.yml
37번 줄에서run: ./gradlew clean build test jacocoTestReport
을run: ./gradlew clean build test
로 변경했습니다.🙋 변경 전
🙋 변경 후
⏰ 현재 버그
x
✏ Git Close