From cea5a73757501f96f4bcbb92bf30e15bea2b9c6d Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 22 Nov 2024 14:06:54 +0100 Subject: [PATCH] sonarqube: fix coverage filename to import --- .gitlab/analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/analysis.sh b/.gitlab/analysis.sh index 43f2cd2..1bdaeb1 100755 --- a/.gitlab/analysis.sh +++ b/.gitlab/analysis.sh @@ -66,7 +66,7 @@ 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=hqr-build*.log sonar.cxx.xunit.reportPaths=junit.xml -sonar.cxx.cobertura.reportPaths=hqr-coverage.xml +sonar.cxx.cobertura.reportPaths=coverage.xml sonar.cxx.cppcheck.reportPaths=hqr-cppcheck.xml sonar.cxx.rats.reportPaths=hqr-rats.xml EOF -- GitLab