From: Jérémie Astor Date: Sun, 16 Feb 2020 18:18:50 +0000 (+0100) Subject: :wrench: use only .c X-Git-Tag: nightly~1917 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=73eb10db1e5df2c555b928a4185a4b0f2927c5f1;p=gwion.git :wrench: use only .c --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 62029946..79af2787 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,7 +40,7 @@ jobs: - name: Generate Report run: | - COV_TXT=$(gcovr -s --html-details cov.html --filter '.*\.c$' src ast util | grep lines | cut -d" " -f2) + COV_TXT=$(gcovr -s --html-details cov.html --filter '.*\.c$' src | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} if [ $COV_NUM -ge 90 ] then COLOR=green