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

index 0a475500c45f32cb76e5206193ebabcd6f85b600..118a66e6117c7c1dd0ee20cc2e09b23239b168ca 100644 (file)
@@ -38,7 +38,7 @@ jobs:
     - name: Generate Report
       run: |
         gcovr -h
-        gcovr --html-details -o cov.html
+        gcovr -o cov.html --html-details
         COV_TXT=$(gcovr -s | grep lines | cut -d" " -f2)
         COV_NUM=${COV_TXT: : -1}
         echo $COV_NUM