From: Jérémie Astor Date: Sun, 16 Feb 2020 16:41:24 +0000 (+0100) Subject: :wrench: fix gcovr options X-Git-Tag: nightly~1935 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f2fc3afea11857a034802f90af41ddb8cd2a76eb;p=gwion.git :wrench: fix gcovr options --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8609906b..7416b5d8 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 --output cov.html -s | grep lines | cut -d" " -f2) + COV_TXT=$(gcovr --html-details -O cov.html -s | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM ls