Skip to content

Commit

Permalink
Update sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioQuijanoB committed May 7, 2024
1 parent c28d751 commit f494e5b
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,5 +4,5 @@ sonar.organization=isdi-coders-2023
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=./src
sonar.test.inclusions=./src/**/**/*.test.*, ./src/**/**/*.spec.*
sonar.javascript.lcov.reportPaths=../coverage/lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.coverage.exclusions=src/index.ts, src/app.ts, src/**/*.test.*, src/**/*routing.*, src/main.ts, src/**/*.spec, src/model/**, src/entities/album.entities.schema.ts, src/entities/purchase.entities.schema.ts, src/controllers/users.controllers.ts

0 comments on commit f494e5b

Please sign in to comment.