From: Jérémie Astor Date: Sun, 16 Feb 2020 16:36:02 +0000 (+0100) Subject: :wrench: specify gcovr output X-Git-Tag: nightly~1937 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2d10cad9e642cfe1fc639ef5b3d4d0d67c938220;p=gwion.git :wrench: specify gcovr output --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5bef97db..6d2c88db 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 cov -s | grep lines | cut -d" " -f2) + COV_TXT=$(gcovr --html-details --output cov.html -s | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM ls