From: Jérémie Astor Date: Sun, 16 Feb 2020 20:11:15 +0000 (+0100) Subject: :wrench: Update X-Git-Tag: nightly~1905 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=fbbc26326f97cf4e454634159b6d835b6d61e04d;p=gwion.git :wrench: Update --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 57e6dd9c..5146a05c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -45,6 +45,7 @@ jobs: - name: Generate Report run: | + gcovr -s --filter '.*\.c$' src > gwion-coverage-report/README.md COV_TXT=$(gcovr -s --html-details gwion-coverage-report/index.html --filter '.*\.c$' src | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM > gwion-coverage-report/coverage_num.txt