From: Jérémie Astor Date: Sun, 16 Feb 2020 16:47:14 +0000 (+0100) Subject: :wrench: get gcovr help X-Git-Tag: nightly~1933 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e82a59b1e6ad2b5e88f87986b30ffdadca0be2d8;p=gwion.git :wrench: get gcovr help --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fd314842..7036b453 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,6 +37,7 @@ jobs: - name: Generate Report run: | + gcovr -h COV_TXT=$(gcovr -s --html-details cov.html | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM