Skip to content

Commit

Permalink
Correção do caminho para sonar-report
Browse files Browse the repository at this point in the history
  • Loading branch information
ilus1 committed Dec 1, 2023
1 parent 6a6be44 commit c44eaca
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 @@ -19,5 +19,5 @@ sonar.core.codeCoveragePlugin=cobertura
sonar.junit.reportPaths=/coverage/unit/**/*.xml
sonar.tests=./src
sonar.test.inclusions=**/*.spec.ts
sonar.testExecutionReportPaths=./reports/sonar-report.xml
sonar.testExecutionReportPaths=reports/sonar-report.xml
sonar.typescript.tslint.reportPaths=reports/tslint-report.json

0 comments on commit c44eaca

Please sign in to comment.