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

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