Skip to content

Commit

Permalink
fix: error 패키지 sonarcloud 테스트 제외 (#58)
Browse files Browse the repository at this point in the history
* fix: error 패키지 sonarcloud 테스트 제외

* fix: lombok.config로 lombok annotation scope exclusions

* fix: Error 파일명 sonarcloud 테스트 제외

* fix: config 경로 sonarcloud 테스트 제외
  • Loading branch information
char-yb authored Dec 11, 2023
1 parent 16ee5f6 commit d647df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ def jacocoExcludePatterns = [
"**/*Filter*",
"**/*Resolver*",
"**/*Entity*",
"**/*Error*/**",
"**/test/**",
"**/resources/**"
"**/resources/**",
"**/error/**",
"**/config/**"
]

sonar {
Expand Down
1 change: 1 addition & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lombok.addLombokGeneratedAnnotation = true

0 comments on commit d647df5

Please sign in to comment.