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

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