From ad5d1864a8499d36d0a4c0d05ab3eb02329ec7cc Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 29 Sep 2023 14:16:43 +0200 Subject: [PATCH] Fix junit files name for sonarqube import --- tools/analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/analysis.sh b/tools/analysis.sh index e8b21d8da..6262a2cd1 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -73,7 +73,7 @@ sonar.cxx.errorRecoveryEnabled=true sonar.cxx.gcc.encoding=UTF-8 sonar.cxx.gcc.regex=(?<file>.*):(?<line>[0-9]+):[0-9]+:\\\x20warning:\\\x20(?<message>.*)\\\x20\\\[(?<id>.*)\\\] sonar.cxx.gcc.reportPaths=chameleon_build.log -sonar.cxx.xunit.reportPaths=*.junit +sonar.cxx.xunit.reportPaths=*junit.xml sonar.cxx.cobertura.reportPaths=chameleon_coverage.xml sonar.cxx.cppcheck.reportPaths=chameleon_cppcheck.xml sonar.cxx.clangsa.reportPaths=build-openmp/analyzer_reports/*/*.plist, build-parsec/analyzer_reports/*/*.plist, build-quark/analyzer_reports/*/*.plist, build-starpu/analyzer_reports/*/*.plist, build-starpu_simgrid/analyzer_reports/*/*.plist -- GitLab