]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: specify gcovr output
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 16:36:02 +0000 (17:36 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 16:36:02 +0000 (17:36 +0100)
.github/workflows/coverage.yml

index 5bef97dbff3aedd3345aa22935548bb186632c51..6d2c88dbd1281e2306693c460a9c896ea40bdf39 100644 (file)
@@ -37,7 +37,7 @@ jobs:
 
     - name: Generate Report
       run: |
-        COV_TXT=$(gcovr --html-details cov -s | grep lines | cut -d" " -f2)
+        COV_TXT=$(gcovr --html-details --output cov.html -s | grep lines | cut -d" " -f2)
         COV_NUM=${COV_TXT: : -1}
         echo $COV_NUM
         ls