From b10c4f94ed238ccc5982292b0f4afa0d2c154016 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 2 Sep 2022 14:34:02 +0200 Subject: [PATCH] Revert change erroneously introduced in commit 223f79c1a096e4157772f8bc3b4f5cdf5161b524 --- tools/jenkins/Coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/Coverage.sh b/tools/jenkins/Coverage.sh index 8ec7e4ba16..8566d0aae4 100755 --- a/tools/jenkins/Coverage.sh +++ b/tools/jenkins/Coverage.sh @@ -109,7 +109,7 @@ if [ -f Testing/TAG ] ; then /usr/bin/python3-coverage xml -i -o ./python_coverage.xml #convert all gcov reports to xml cobertura reports - gcovr -r "$WORKSPACE" --xml-pretty -e "$WORKSPACE"/teshsuite -e "$WORKSPACE"/MBI -e "$WORKSPACE"/examples/smpi/NAS -e "$WORKSPACE"/examples/smpi/mc -u -o xml_coverage.xml --gcov-ignore-parse-errors + gcovr -r "$WORKSPACE" --xml-pretty -e "$WORKSPACE"/teshsuite -e MBI -e "$WORKSPACE"/examples/smpi/NAS -e "$WORKSPACE"/examples/smpi/mc -u -o xml_coverage.xml --gcov-ignore-parse-errors cd "$WORKSPACE" xsltproc "$WORKSPACE"/tools/jenkins/ctest2junit.xsl build/Testing/"$( head -n 1 < build/Testing/TAG )"/Test.xml > CTestResults_memcheck.xml -- 2.20.1