From 6f4f0bf586d77654b607eeb9c9e7cbd7e1f51f63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 17:10:51 +0100 Subject: [PATCH] test pip install --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 90e3a29b..92c215e2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 -- 2.43.0