From a8951ba9196887c0bcb2d8af6b96d1a1a9f5ecac Mon Sep 17 00:00:00 2001 From: Augustin Degomme <26892-adegomme@users.noreply.framagit.org> Date: Mon, 29 Aug 2022 08:04:18 +0000 Subject: [PATCH] let's see if this finds more coverage reports --- 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 0fcfc59f00..7dc151bb66 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 . --xml-pretty -e "$WORKSPACE"/teshsuite -e MBI -e "$WORKSPACE"/examples/smpi/NAS -e "$WORKSPACE"/examples/smpi/mc -u -o xml_coverage.xml + 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 cd "$WORKSPACE" xsltproc "$WORKSPACE"/tools/jenkins/ctest2junit.xsl build/Testing/"$( head -n 1 < build/Testing/TAG )"/Test.xml > CTestResults_memcheck.xml -- 2.20.1