From: Jérémie Astor Date: Sun, 16 Feb 2020 16:44:59 +0000 (+0100) Subject: :wrench: more gcvor X-Git-Tag: nightly~1934 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=afdb410969f42d36086d8abedff9e57195aeaa05;p=gwion.git :wrench: more gcvor --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7416b5d8..fd314842 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: - name: Generate Report run: | - COV_TXT=$(gcovr --html-details -O cov.html -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