Skip to content

Commit

Permalink
refactor: exclude nested directories within models package
Browse files Browse the repository at this point in the history
  • Loading branch information
lrosenfeldt committed Aug 8, 2024
1 parent 8f4ee48 commit 1f6d489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ if (JavaVersion.current().majorVersion != '8') {
property 'sonar.host.url', 'https://sonarcloud.io'
property 'sonar.sources', 'src/main'
property 'sonar.tests', 'src/test'
property 'sonar.coverage.exclusions', '**/models/*'
property 'sonar.coverage.exclusions', '**/models/**'
property 'sonar.exclusions', '**/models/*'
}
}
}
}

0 comments on commit 1f6d489

Please sign in to comment.