-
Notifications
You must be signed in to change notification settings - Fork 1
chore: JaCoCo와 SonarCloud를 연동한 Gradle 빌드 및 품질 관리 시스템 구축 #30
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3b29c7f
[BOOK-94] refactor: root - 프로젝트 root 이름 변경
move-hoon c49bb9a
[BOOK-94] chore: SonarCloud와 JaCoCo를 활용한 코드 품질 및 테스트 커버리지 관리 기능 추가
move-hoon 34bfabd
[BOOK-94] refactor: CI 워크플로우에 fullCheck 태스크 적용
move-hoon 41a17e4
[BOOK-94] fix: executionData 설정 방식을 각 하위 모듈의 build/jacoco/test.exec 파…
move-hoon 252293f
[BOOK-94] refactor: 코드레빗 리뷰 반영
move-hoon 774ef36
[BOOK-94] chore: (임시) info -> debug로 빌드 실패 원인 파악
move-hoon 77a7b26
[BOOK-94] chore: debug -> info로 변경
move-hoon 09284b2
[BOOK-94] refactor: classesDirs를 사용하여 JaCoCo 분석 대상 경로 명시
move-hoon 9c412a9
[BOOK-94] fix: 중복 인덱싱 방지 로직 추가
move-hoon bf4fe3d
[BOOK-94] fix: 테스트하지 않는 코드 패턴을 명시하여 중복 인덱싱 방지
move-hoon ed47f16
[BOOK-94] fix: classes/kotlin/main로 경로 명확히 지정
move-hoon 328cbcb
[BOOK-94] fix: 자동 탐지와 수동 설정 충돌 해결
move-hoon d6d0bda
[BOOK-94] chore: 주석 제거
move-hoon a15892a
[BOOK-94] chore: 코드레빗 리뷰 반영
move-hoon e57c642
[BOOK-94] chore: 코드레빗 리뷰 반영
move-hoon 4b9ea80
[BOOK-94] fix: 패턴 수정
move-hoon cd1c928
[BOOK-94] refactor: 코드레빗 리뷰 반영
move-hoon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| rootProject.name = "multi-module-test" | ||
| rootProject.name = "reed" | ||
|
|
||
| include( | ||
| "admin", | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.