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

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