Skip to content

Commit

Permalink
fix: 소나클라우드 커버리지 대상 exclusions 범위 수정 (#148)
Browse files Browse the repository at this point in the history
* chore: change exclusions

* style: add blank

* chore: add config.java to exclusions
  • Loading branch information
Ji-soo708 authored Dec 29, 2023
1 parent b4ed611 commit d6708ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ sonar {
property 'sonar.sources', 'src'
property 'sonar.language', 'java'
property 'sonar.sourceEncoding', 'UTF-8'
property 'sonar.exclusions', '**/test/**, **/resources/**, **/*Application*.java, **/*Controller*.java ,**/config/**, **/dto/**' +
'**/exception/**, **/security/**, **/support/**, **/Q*.java'
property 'sonar.exclusions', '**/test/**, **/resources/**, **/*Application*.java, **/*Controller*.java, **/*Config.java' +
'**/*Response.java, **/*Exception.java, **/security/**, **/support/**, **/Q*.java'
property 'sonar.test.inclusions', '**/*Test.java'
property 'sonar.java.coveragePlugin', 'jacoco'
}
Expand Down

0 comments on commit d6708ab

Please sign in to comment.