From: Jérémie Astor Date: Sun, 13 Jun 2021 15:21:32 +0000 (+0200) Subject: :wrench: Try to fix coverage X-Git-Tag: nightly~593 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=cbd03ea730246e20f72eff0a26d2cac3700311d7;p=gwion.git :wrench: Try to fix coverage --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 52d76ddc..00654dbd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,7 +55,7 @@ jobs: COV_TXT=$(gcovr -s --html-details index.html --html-title "Gwion coverage report" --filter '.*\.c$' src | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM > gwion-coverage-report/coverage_num.txt - sed -i 's//