Skip to content

Commit

Permalink
PRMDR-642 include typescript test files in sonarcloud test config
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelHowellNHS authored Feb 15, 2024
1 parent d185c72 commit 637b489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ sonar.python.coverage.reportPaths=lambdas/coverage.xml
sonar.sources=lambdas/,app/src/
sonar.tests=lambdas/tests/,app/src/

sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,lambdas/scripts/
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/
sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,lambdas/scripts/,**/*.test.ts
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/,**/*.test.ts

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 637b489

Please sign in to comment.