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

index 82fc3fe03fd9fdbe09b93d07fe652d8533942be4..15fb877280545a04f470b0c4383f5934c344e64b 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 -s --filter '.*\.c$' src >> gwion-coverage-report/html/$branch/lines.txt
-        gcovr -s --filter '.*\.c$' --branches src >> gwion-coverage-report/html/$branch/branches.txt
+        gcovr --filter '.*\.c$' src > gwion-coverage-report/html/$branch/lines.txt
+        gcovr --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 */