Skip to content

Commit

Permalink
I meant that to be exclusions not test
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Jun 29, 2023
1 parent 7aad45a commit 7c848c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.exclusions=src/test/**/*
sonar.tests=src/test
sonar.language=ts
sonar.javascript.coverage.reportPaths=coverage/lcov.info

0 comments on commit 7c848c3

Please sign in to comment.