Skip to content

Commit

Permalink
chore: exclude spec files from sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 18, 2023
1 parent 6d29b6c commit 4365443
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
@@ -1,4 +1,4 @@
sonar.projectKey=Talent-Ideal_semantic-release-hex
sonar.organization=talent-ideal
sonar.coverage.exclusions=tests/**
sonar.coverage.exclusions=tests/**,**.spec.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit 4365443

Please sign in to comment.