From: Jérémie Astor Date: Sun, 16 Feb 2020 16:55:34 +0000 (+0100) Subject: :wrench: more X-Git-Tag: nightly~1931 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=46efdc58038c3d227097f7218f2152e6360aec85;p=gwion.git :wrench: more --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0a475500..118a66e6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,7 +38,7 @@ jobs: - name: Generate Report run: | gcovr -h - gcovr --html-details -o cov.html + gcovr -o cov.html --html-details COV_TXT=$(gcovr -s | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM