diff --git a/tools/analysis.sh b/tools/analysis.sh index e8b21d8dafeae7c290d0bc18e99ef3fca5684a69..6262a2cd104c04fb1854e0f4c66bcfa03bb23300 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