Skip to content

Commit

Permalink
fix sonarcloud checking coverage for python test files
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Jun 10, 2024
1 parent 8b5cc60 commit 7e43c46
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
Expand Up @@ -14,7 +14,7 @@ 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,**/TestPanel.tsx,lambdas/scripts/,**/*.test.ts,**/*.story.ts,lambdas/tests/
sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,**/TestPanel.tsx,lambdas/scripts/,**/*.test.ts,**/*.story.ts,lambdas/tests/*
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/,**/*.test.ts

# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 7e43c46

Please sign in to comment.