Skip to content

Commit

Permalink
[fix:3] - update sonar exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: saracampss <[email protected]>
  • Loading branch information
saracampss committed Aug 14, 2024
1 parent 0969810 commit 3501abd
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 @@ -8,8 +8,8 @@ sonar.language=js


sonar.sources=src
sonar.exclusions=*/metrics/*.py, jest.config.js, dist/,
sonar.tests=src/__tests__
sonar.exclusions=**/*.test.jsx, **/*.test.js, **/metrics/*.py, vite.config.ts, .vitest.config.js, dist/
sonar.tests=src/
sonar.test.inclusions=**/*.test.jsx, **/*.test.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.testExecutionReportPaths=./coverage/coverage.xml
Expand Down

0 comments on commit 3501abd

Please sign in to comment.