Skip to content

Commit

Permalink
Update SonarQube configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Jan 6, 2024
1 parent 3910a28 commit 89accb4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sonar.projectKey=VMGWARE_js-validator_AYzNAnwTPR--spDn0sJy
sonar.tests=.
sonar.sources=.
sonar.test.inclusions=**/*.test.js
sonar.coverage.exclusions=**/*.test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.tests=**/*.test.js
sonar.sources=src/
sonar.exclusions=**/*.test.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit 89accb4

Please sign in to comment.