From d0ccc939ebada5f7fa5e2477f847251432066afc Mon Sep 17 00:00:00 2001 From: Simon Demaziere <simon.demaziere@insee.fr> Date: Thu, 7 Dec 2023 16:56:51 +0100 Subject: [PATCH] ci: fix sonar conf --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index bd37071..b8b1232 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,4 +5,4 @@ sonar.organization=inseefr # exclude tests files for code duplication evaluation sonar.sources = src/ sonar.exclusions = src/tests/**/*,src/components/**/__snapshots__/* -sonar.javascript.lcov.reportPaths = ./coverage/lcov.info \ No newline at end of file +sonar.javascript.lcov.reportPaths = coverage/lcov.info \ No newline at end of file