From: Jérémie Astor Date: Sun, 16 Feb 2020 17:58:45 +0000 (+0100) Subject: :wrench: set root X-Git-Tag: nightly~1920 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=abea3ebef0a19577e829ddb03ba9e6f8bcf13425;p=gwion.git :wrench: set root --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c7da96e2..09da5a8a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,7 +40,7 @@ jobs: - name: Generate Report run: | - COV_TXT=$(gcovr --gcov-exclude '(.+/)?\.h$' -s --html-details cov.html | grep lines | cut -d" " -f2) + COV_TXT=$(gcovr -s --html-details cov.html src ast util | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} if [ $COV_NUM -ge 90 ] then COLOR=green