Skip to content

Commit

Permalink
fixed test exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Bezerra <[email protected]>
  • Loading branch information
luluiz committed Oct 11, 2024
1 parent 5023613 commit 8261284
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 @@ -18,7 +18,7 @@ sonar.inclusions=\
# Path to tests
sonar.tests=benchmark,ci,desktop,packages,web
sonar.test.inclusions=**/*.test.ts,**/*.test.tsx
sonar.test.exclusions=web/integration-test/**,**/integration-test/**
sonar.test.exclusions=**/integration-test/**

# Code coverage
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Expand Down

0 comments on commit 8261284

Please sign in to comment.