Skip to content

Commit

Permalink
Exclude test files from code coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Jan 3, 2024
1 parent 1ec8c5b commit 59fe4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,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

0 comments on commit 59fe4f8

Please sign in to comment.