Skip to content

Commit

Permalink
Updating sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciused26 authored Jan 10, 2025
1 parent 1151a8a commit 3b523e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sonar.sourceEncoding=UTF-8
sonar.python.version=3

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

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

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

0 comments on commit 3b523e3

Please sign in to comment.