Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoGurgel committed Nov 30, 2023
1 parent 8054930 commit 78b26fb
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 @@ -18,7 +18,7 @@ sonar.javascript.lcov.reportPaths=./coverage/unit/lcov.info
sonar.core.codeCoveragePlugin=cobertura

sonar.junit.reportPaths=reports/**/*.xml
sonar.tests=./src
sonar.tests=./src/tests
sonar.test.inclusions=**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.test.ts,**/*.test.tsx
sonar.testExecutionReportPaths=reports/sonar-report.xml
sonar.typescript.tslint.reportPaths=reports/tslint-report.json

0 comments on commit 78b26fb

Please sign in to comment.