diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 57e6dd9cf..5146a05cb 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