Skip to content

Commit

Permalink
Update sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
raulgonzalez committed Apr 30, 2024
1 parent 1b57c96 commit 6e7afed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ sonar.organization=isdi-coders-2023

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.sources=./src
sonar.test.inclusions=./src///.test., ./src///.spec.
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/,

0 comments on commit 6e7afed

Please sign in to comment.