diff --git a/sonar-project.properties b/sonar-project.properties index 1abf2026..20bdab6f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,8 +3,8 @@ sonar.organization=fga-eps-mds-1 sonar.sources=src sonar.tests=src sonar.test.inclusions=**/*.spec.jsx,**/*.spec.js, **/*.test.js -sonar.exclusions=node_modules/**, test/**, assets/**, .github/**, scripts/** +sonar.exclusions=node_modules/**, assets/**, .github/**, scripts/** sonar.javascript.lcov.reportPaths=coverage/lcov.info -sonar.testExecutionReportPaths=reports/sonar-report.xml \ No newline at end of file +sonar.testExecutionReportPaths=reports/sonar-report.xml