From: Arnaud Giersch Date: Wed, 2 Mar 2022 22:08:37 +0000 (+0100) Subject: Revert "blind guess for coverage fix.. [ci-skip]" X-Git-Tag: v3.31~250 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3f65597ead9e74cb6a84150f072173685964facd Revert "blind guess for coverage fix.. [ci-skip]" This reverts commit a3176f643eb9ca791f6fd555787dd5127da47007. This makes a double-blind guess... see if it restores correct coverage on sonar. --- diff --git a/tools/jenkins/Coverage.sh b/tools/jenkins/Coverage.sh index 940929c89b..446df9a533 100755 --- a/tools/jenkins/Coverage.sh +++ b/tools/jenkins/Coverage.sh @@ -110,7 +110,7 @@ if [ -f Testing/TAG ] ; then cd "$WORKSPACE" #convert all gcov reports to xml cobertura reports - gcovr -g -r . --xml-pretty -e teshsuite -e examples/smpi/NAS -e examples/smpi/mc -u -o "$BUILDFOLDER"/xml_coverage.xml + gcovr -r . --xml-pretty -e teshsuite -e examples/smpi/NAS -e examples/smpi/mc -u -o "$BUILDFOLDER"/xml_coverage.xml xsltproc "$WORKSPACE"/tools/jenkins/ctest2junit.xsl build/Testing/"$( head -n 1 < build/Testing/TAG )"/Test.xml > CTestResults_memcheck.xml #generate sloccount report