Skip to content

Commit

Permalink
Need to exclude tests from sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Jun 29, 2023
1 parent d676b2f commit 7aad45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sonar.organization=philnash
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
sonar.exclusions=src/test
sonar.tests=src/test
sonar.tests=src/test/**/*
sonar.language=ts
sonar.javascript.coverage.reportPaths=coverage/lcov.info

0 comments on commit 7aad45a

Please sign in to comment.