Skip to content

Conversation

@7zrv
Copy link
Collaborator

@7zrv 7zrv commented Nov 21, 2024

resolved : #11

📌 과제 설명

테스트 커버리지의 계산과 가시화를 위한 Jacoco 추가

👩‍💻 요구 사항과 구현 내용

  • build.gradle에 Jacoco와 관련 테스트 커버리지 설정 추가
  • build.gradle에 Sonar 연동을 위한 설정 추가
  • 커버리지 제외등 관련 설정 추가
  • lombok 보일러플레이트 코드의 커버리지 제외를 위해 lombok.config 파일 생성

✅ PR 포인트 & 궁금한 점

- build.gradle에 Jacoco와 관련 테스트 커버리지 설정 추가
- 커버리지 통과를 위해 미사용중인 엔티티 프로토 타입들을 domains 디렉토리를
  생성하여 관리
- lombok 보일러플레이트 코드의 커버리지 제외를 위해 lombok.config를 루트 디렉토리에 추
Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.

@7zrv 7zrv changed the title cicd: Jacoco 의존성 추가및 관련설정 추가 CICD: Jacoco 의존성 추가및 관련설정 추가 Nov 21, 2024
Copy link
Collaborator

@m-a-king m-a-king left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

- build.gradle에 있는 불필요한 공백을 제거
@sonarqubecloud
Copy link

@7zrv 7zrv merged commit 32d2584 into main Nov 21, 2024
2 checks passed
@7zrv 7zrv deleted the feature/11-add-jacoco-sonar-depend branch November 21, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]Jacoco 의존성 추가

5 participants