From: Jérémie Astor Date: Sun, 16 Feb 2020 16:10:51 +0000 (+0100) Subject: test pip install X-Git-Tag: nightly~1947 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6f4f0bf586d77654b607eeb9c9e7cbd7e1f51f63;p=gwion.git test pip install --- 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