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

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