From f2ce111c2a5397ccbcff8c55a021ae508f8d1d11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 17:59:25 +0100 Subject: [PATCH] :wrench: use pip dev version --- .github/workflows/coverage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 118a66e6..e61edc5e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,8 +32,10 @@ jobs: - name: Install gcovr run: | - sudo apt-get update - sudo apt-get install gcovr + pip install git+https://github.com/gcovr/gcovr.git +# run: | +# sudo apt-get update +# sudo apt-get install gcovr - name: Generate Report run: | -- 2.43.0