Skip to content

Commit

Permalink
Correção nos caminhos em sonar.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ilus1 committed Dec 1, 2023
1 parent a362748 commit e48c85b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ sonar.host.url=https://sonarcloud.io
sonar.sourceEncoding=UTF-8
sonar.python.version=3

sonar.sources=src
sonar.sources=/src
sonar.exclusions=**/main.ts,**/ormconfig.ts,**/*.module.ts,src/migration/*.ts,src/migrations.ts

sonar.javascript.lcov.reportPaths=coverage/unit/lcov.info
sonar.javascript.lcov.reportPaths=/coverage/unit/lcov.info

sonar.core.codeCoveragePlugin=cobertura

sonar.junit.reportPaths=reports/junit.xml
sonar.tests=src
sonar.junit.reportPaths=/reports/junit.xml
sonar.tests=/src
sonar.test.inclusions=**/*.spec.ts
sonar.testExecutionReportPaths=reports/sonar-report.xml
sonar.testExecutionReportPaths=/reports/sonar-report.xml

0 comments on commit e48c85b

Please sign in to comment.