Skip to content

Commit

Permalink
fix: sonarcloud exlusions
Browse files Browse the repository at this point in the history
  • Loading branch information
aseer-ws committed Jul 28, 2022
1 parent ef44721 commit b56463d
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 @@ -4,7 +4,7 @@ sonar.projectKey=wednesday-solutions_react-fallback-uat-starter
sonar.language=js
sonar.sources=.
sonar.tests=app
sonar.exclusions=*./.storybook,*./internals,*./server
sonar.exclusions=.storybook/**,internals/**,server/**
sonar.test.inclusions=**/*.test.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.testExecutionReportPaths=./reports/test-report.xml
Expand Down

0 comments on commit b56463d

Please sign in to comment.