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

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