Skip to content

Commit

Permalink
chore: give hints to sonar about the project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
clemstoquart committed Aug 23, 2019
1 parent c735509 commit 419a230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Path to sources
#sonar.sources=.
sonar.sources=jcv-assertj/src/main,jcv-core/src/main,jcv-hamcrest/src/main
#sonar.exclusions=
#sonar.inclusions=

# Path to tests
#sonar.tests=
sonar.tests=jcv-assertj/src/test,jcv-core/src/test,jcv-hamcrest/src/test
#sonar.test.exclusions=
#sonar.test.inclusions=

Expand Down

0 comments on commit 419a230

Please sign in to comment.