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

index 57d02f3569c71411f2077e0300e746ca90b26378..dd906823548716245ec6eee07452fdc2b47e4e45 100644 (file)
@@ -44,8 +44,7 @@ jobs:
     - name: Generate Report
       run: |
         gcovr -h
-        gcovr -o cov.html --html-details
-        COV_TXT=$(gcovr -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