Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let's see if this finds more coverage reports
authorAugustin Degomme <26892-adegomme@users.noreply.framagit.org>
Mon, 29 Aug 2022 08:04:18 +0000 (08:04 +0000)
committerAugustin Degomme <26892-adegomme@users.noreply.framagit.org>
Mon, 29 Aug 2022 08:04:18 +0000 (08:04 +0000)
tools/jenkins/Coverage.sh

index 0fcfc59..7dc151b 100755 (executable)
@@ -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