Skip to content

Commit

Permalink
fixup! Exclude coverage directory from analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 26, 2024
1 parent 9da8a19 commit f8e527f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
sonar.projectKey=inrupt_inrupt-data-wallet
sonar.organization=inrupt

# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=api,app,components,constants,hooks,types,utils

# Typescript tsconfigPath JSON file
sonar.typescript.tsconfigPath=.

# Comma-delimited list of paths to LCOV coverage report files. Paths may be absolute or relative to the project root.
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

sonar.exclusions=**/*.test.ts,coverage/
sonar.exclusions=**/*.test.tsx?

0 comments on commit f8e527f

Please sign in to comment.