]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Use mainstream gcovr
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 22 Jul 2020 15:53:24 +0000 (17:53 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 22 Jul 2020 15:53:24 +0000 (17:53 +0200)
.github/workflows/coverage.yml

index 6845509fc35074c39a727da0e22cc648f197ab3b..f18237d2a0946d3f671dfc0649ec28ccfa2757fb 100644 (file)
@@ -33,7 +33,8 @@ jobs:
 
     - name: Install gcovr
       run: |
-         pip install git+https://github.com/gcovr/gcovr.git
+         pip install gcovr
+#         pip install git+https://github.com/gcovr/gcovr.git
 
     - name: Clone report repo
       run: |