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 c493f97 commit fdaaff9
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 @@ -17,7 +17,7 @@ sonar.javascript.lcov.reportPaths=./coverage/unit/lcov.info

sonar.core.codeCoveragePlugin=cobertura

sonar.junit.reportPaths=reports/**/*.xml
sonar.junit.reportPaths=reports/jnuit-report.xml
sonar.tests=./src
sonar.test.inclusions=**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.test.ts,**/*.test.tsx
sonar.testExecutionReportPaths=reports/sonar-report.xml
Expand Down

0 comments on commit fdaaff9

Please sign in to comment.