]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: store reports
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 20 Feb 2020 13:03:15 +0000 (14:03 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 20 Feb 2020 13:03:15 +0000 (14:03 +0100)
.github/workflows/coverage.yml

index db445cf72a3d03c27a1fc5cc00f70af1052a186f..83aa44436fbfd3096156eda76d68772c5b70296c 100644 (file)
@@ -66,8 +66,8 @@ jobs:
         sed -i 's/<html>/<script type="text\/javascript" src="focus.js"><\/script><html>/' index.src_*.html
         branch=$(basename ${{ github.event.ref }})
         mkdir -p gwion-coverage-report/html/$branch
-        gcovr -r -s --filter '.*\.c$' src >> gwion-coverage-report/html/$branch/lines.txt
-        gcovr -r -s --filter '.*\.c$' --branches src >> gwion-coverage-report/html/$branch/branches.txt
+        gcovr -s --filter '.*\.c$' src >> gwion-coverage-report/html/$branch/lines.txt
+        gcovr -s --filter '.*\.c$' --branches src >> gwion-coverage-report/html/$branch/branches.txt
         mv *.html gwion-coverage-report/html/$branch
         cd gwion-coverage-report/html/
         for a in */