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

index 90e3a29b12f5be8dcd274008526e8d0a7ad87fa9..92c215e2afa35b537a826c075668b280af07a4fe 100644 (file)
@@ -30,6 +30,7 @@ jobs:
     - name: Report
       run: |
         pip install gcovr
+        pip list -v
         COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2)
         COV_NUM=${COV_TXT: : -1}
         echo $COV_NUM