Conversation
- 프로젝트 전반에 Jacoco 플러그인 적용 및 코드 커버리지 설정 추가 - SonarCloud 분석을 위한 설정 파일 작성 - CI 워크플로우에 Jacoco 리포트 생성 및 업로드 단계 추가 - 라이브러리 버전 관리 파일에 Jacoco 버전 명시 - 테스트 실행 후 코드 커버리지 리포트 생성 자동화
- Qodana 코드 품질 분석 도구 CI 워크플로우 추가 - qodana.yaml 파일 생성 및 프로젝트 JDK, 린터 설정 - SonarCloud 워크플로우에 JDK 17 및 Gradle 설정 추가 - 코드 커버리지 리포트 생성을 위한 Gradle 명령어 구성 - actions/checkout 및 관련 액션 버전 업데이트
- SonarCloud 분석 대상 소스 경로 명시적으로 수정 - Jacoco 커버리지 집계 시 서브프로젝트 test 태스크 의존성 및 exec 파일 처리 로직 개선 - Jacoco 플러그인 적용 서브프로젝트의 소스 및 클래스 경로 처리 방식 수정
- Qodana 결과 업로드 설정 활성화 - SARIF 파일 업로드 단계 추가 - GitHub Pages를 통한 분석 결과 리포트 배포 구성
- pull_request 트리거의 브랜치 제한 제거 - push 트리거의 branches-ignore 조건을 branches로 변경하여 main 브랜치 한정 처리
- auto-assign 설정 파일 추가 및 PR 리뷰어/Assignee 자동 할당 구성 - Qodana 및 CodeQL SARIF 업로드 액션 버전 업데이트(v2 → v3) - PR 리뷰 단계 워크플로우에 테스트 커버리지 리포트 자동 생성 및 코멘트 추가 - `PR Review Stage` 워크플로우 트리거 및 배포 구성 개선
- 프로젝트 전반에 Jacoco 플러그인 적용 및 코드 커버리지 설정 추가 - SonarCloud 분석을 위한 설정 파일 작성 - CI 워크플로우에 Jacoco 리포트 생성 및 업로드 단계 추가 - 라이브러리 버전 관리 파일에 Jacoco 버전 명시 - 테스트 실행 후 코드 커버리지 리포트 생성 자동화
- Qodana 코드 품질 분석 도구 CI 워크플로우 추가 - qodana.yaml 파일 생성 및 프로젝트 JDK, 린터 설정 - SonarCloud 워크플로우에 JDK 17 및 Gradle 설정 추가 - 코드 커버리지 리포트 생성을 위한 Gradle 명령어 구성 - actions/checkout 및 관련 액션 버전 업데이트
- auto-assign 설정 파일 추가 및 PR 리뷰어/Assignee 자동 할당 구성 - Qodana 및 CodeQL SARIF 업로드 액션 버전 업데이트(v2 → v3) - PR 리뷰 단계 워크플로우에 테스트 커버리지 리포트 자동 생성 및 코멘트 추가 - `PR Review Stage` 워크플로우 트리거 및 배포 구성 개선
테스트 커버리지 리포트
|
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.2.3
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
- qodana.yaml 파일 삭제 - GitHub 워크플로우에서 Qodana 관련 단계 제거 - Jacoco 코드 커버리지 설정 로직 일부 개선 - 서브프로젝트의 Jacoco exec 파일 처리 시 fileTree 사용
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.
💡 Motivation and Context
🔨 Modified
🌟 More
📋 체크리스트
🤟🏻 PR로 완료된 이슈