Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 :: 테스트 커버리지 시각화 #312

Merged
merged 11 commits into from
Oct 23, 2024
Merged

Conversation

yoontaebin123
Copy link
Contributor

@yoontaebin123 yoontaebin123 commented Oct 23, 2024

💡 개요

  • 테스트 커버리지를 Jacoco를 이용하여 시각화했습니다.

📃 작업사항

  • Jacoco를 application과 presentation 모듈에 적용했습니다.
  • kotest와 mockk 버전 문제로 Jacoco가 적용되지 않는 문제가 발생하여 버전을 업그레이드 했습니다.
  • OutingControllerTest에서 LocalTime에 대한 직렬화 문제를 수정했습니다.
  • 추가된 기능들의 테스트 코드를 작성했습니다.

🙋‍♂️ 리뷰내용

@yoontaebin123 yoontaebin123 added 2️⃣ Priority: Medium 우선순위 - 중 ✨ Feature 신규 기능 추가 ✅ test 테스트 코드 labels Oct 23, 2024
@yoontaebin123 yoontaebin123 self-assigned this Oct 23, 2024
@yoontaebin123 yoontaebin123 linked an issue Oct 23, 2024 that may be closed by this pull request
@yoontaebin123 yoontaebin123 merged commit c271ef1 into main Oct 23, 2024
1 check passed
@yoontaebin123 yoontaebin123 deleted the feature/311_jacoco branch October 23, 2024 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣ Priority: Medium 우선순위 - 중 ✨ Feature 신규 기능 추가 ✅ test 테스트 코드
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jacoco 적용
1 participant