From 8e4c423f038a91f2613f2fcb97a56f60fc4422a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 18:28:42 +0100 Subject: [PATCH] :wrench: fix options --- .github/workflows/coverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 57d02f35..dd906823 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,8 +44,7 @@ jobs: - name: Generate Report run: | gcovr -h - gcovr -o cov.html --html-details - COV_TXT=$(gcovr -s | grep lines | cut -d" " -f2) + COV_TXT=$(gcovr -s --html-details cov.html | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM ls -- 2.43.0