Jacoco 업데이트#101
Merged
Merged
Conversation
사진 넣을 예정
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include a section on JaCoCo test coverage, documenting the improvement from 53% to 79% coverage. A review comment points out a markdown formatting issue where a preceding code block was not closed, causing the new content to render incorrectly as code, and suggests cleaning up excessive whitespace for better readability.
Comment on lines
+235
to
253
| ## 🤖 JaCoCo 테스트 커버리지 | ||
|
|
||
| 서비스의 안정성을 검증하기 위해 JaCoCo를 사용하여 테스트 커버리지를 측정하고 관리하였습니다. | ||
|
|
||
| ### 📊 1차 테스트 결과 (초기 단계) | ||
| > 초기 단계에서는 핵심 비즈니스 로직(Service) 위주의 테스트를 진행하였습니다. | ||
|
|
||
|
|
||
|
|
||
| --- | ||
|
|
||
| ### 🚀 2차 테스트 결과 (현재) | ||
| > **전체 커버리지 53% → 79% 달성!** | ||
| > 모든 Controller 레이어 테스트 100% 완료 및 주요 도메인 로직 검증을 강화했습니다. | ||
|
|
||
|
|
||
|
|
||
|
|
||
| ``` |
Contributor
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 제목
🔗 관련 이슈
📌 작업 내용 요약
🧱 변경 범위 (Scope)
Backend
Frontend
🧪 테스트 내역
Backend
Frontend
npm run dev로컬 실행 확인테스트 상세(필수)
🖼️ 화면 캡처 / 시연 영상 (Frontend 변경 시 권장)
✅ 리뷰어 체크 포인트 (선택)