From: Jérémie Astor Date: Sun, 16 Feb 2020 17:28:42 +0000 (+0100) Subject: :wrench: fix options X-Git-Tag: nightly~1925 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8e4c423f038a91f2613f2fcb97a56f60fc4422a9;p=gwion.git :wrench: fix options --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 57d02f35..dd906823 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,8 +44,7 @@ jobs: - name: Generate Report run: | gcovr -h - gcovr -o cov.html --html-details - COV_TXT=$(gcovr -s | grep lines | cut -d" " -f2) + COV_TXT=$(gcovr -s --html-details cov.html | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM ls