From: Jérémie Astor Date: Sun, 16 Feb 2020 16:13:14 +0000 (+0100) Subject: more test pip install X-Git-Tag: nightly~1946 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3bcd44a29dee923dfa65df1189ccec20115bfe89;p=gwion.git more test pip install --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 92c215e2..7b05fcd5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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