-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #11 test fail * #11 sonarqube dependsOn test * #11 pr test 수정 * #11 불필요 pr task 제거 * #11 sonar scanner 변경 * #11 sonar scanner 변경 * #11 sonar scanner 변경 * #11 sonar scanner 변경 * #11 sonar scanner 변경 * #11 sonar scanner 변경 * #11 sonar scanner 변경 * #11 파일 제거 * #11 revert * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 properties 수정 * #11 test coverage 제외 * #11 test inclusion * #11 test coverage 제외 * #11 test coverage 제외 * #11 불필요 설정 제거 * #11 jacocoTestReport를 sonarqube 가 자동 detect 하도록 변경 * #11 revert * #11 revert * #11 sonarqube tests * #11 불필요 설정 제거 * #11 build test * #11 build scanner 적용 * #11 main 만 빌드 * #11 jib 외 설정 제거 * #11 GITHUB_TOKEN revert * #11 debugging * #11 info 옵션만 제거 --------- Co-authored-by: hanjoo96.cho <[email protected]>
- Loading branch information
Showing
5 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
sonar.projectKey=book-server | ||
|
||
# relative paths to source directories. More details and properties are described | ||
# at https://docs.sonarqube.org/latest/project-administration/narrowing-the-focus/ | ||
sonar.sources=api/src/main | ||
sonar.tests=api/src/test | ||
sonar.java.binaries=api/build/classes | ||
sonar.language=java | ||
sonar.java.source=11 | ||
sonar.coverage.jacoco.xmlReportPaths=api/build/reports/jacoco.xml | ||
sonar.coverage.exclusions=**/*Supplier.java, **/config/*, **/*Exception.java |