Skip to content

[Chore] JaCoCo 테스트 커버리지 도입 및 CI 게이트 추가 - #307

Merged
pooreumjung merged 5 commits into
developfrom
chore/#306-jacoco-coverage
Aug 7, 2026
Merged

[Chore] JaCoCo 테스트 커버리지 도입 및 CI 게이트 추가#307
pooreumjung merged 5 commits into
developfrom
chore/#306-jacoco-coverage

Conversation

@pooreumjung

@pooreumjung pooreumjung commented Aug 7, 2026

Copy link
Copy Markdown
Member

🧾 요약

  • IntelliJ 로컬 커버리지 대신 JaCoCo 도입 — CI에서 재현 가능한 커버리지 측정 및 PR 가시화

🔗 이슈

✨ 변경 내용

  • build.gradle에 JaCoCo 플러그인 추가 (jacocoTestReport, XML/HTML 리포트 활성화)
  • PR 트리거용 GitHub Actions 워크플로(test.yml) 신설 — postgis/redis/minio 서비스 컨테이너로 테스트 실행
  • JaCoCo 커버리지 리포트를 PR 코멘트로 자동 게시 (madrapps/jacoco-report)
  • 최소 커버리지 90% 게이트 추가 (build.gradle jacocoTestCoverageVerification + PR 코멘트 min-coverage)
    Uploading image.png…

✅ 확인

  • 빌드 OK
  • 테스트 OK

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 115e4b69-568b-40ad-aaf4-bde4baa4cf78

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pooreumjung pooreumjung self-assigned this Aug 7, 2026
@pooreumjung pooreumjung added the test 테스트 코드 작성 label Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

📊 테스트 커버리지 리포트

There is no coverage information present for the Files changed

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

📊 테스트 커버리지 리포트

Overall Project 98.94% 🍏

There is no coverage information present for the Files changed

@pooreumjung
pooreumjung merged commit 2172f4c into develop Aug 7, 2026
2 checks passed
@howooyeon
howooyeon deleted the chore/#306-jacoco-coverage branch August 11, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test 테스트 코드 작성

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[chore] 테스트 커버리지 측정 도구를 JaCoCo로 전환

1 participant