Skip to content

Commit

Permalink
exclude jest config from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaswaelde committed Oct 23, 2023
1 parent cdeaa77 commit 2b34646
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=tobiaswaelde_compare-by_AYtaChIePhYnLbS8eM9R
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
# Exclude test files from coverage
sonar.coverage.exclusions=**/*.test.ts
sonar.coverage.exclusions=**/*.test.ts,jest.config.ts

0 comments on commit 2b34646

Please sign in to comment.