From ed9bb188e167a4cae93b016c5729e1ac47af98e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 17:32:07 +0100 Subject: [PATCH] :wrench: list files --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 20fcd106..405e31a0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,6 +40,7 @@ jobs: COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM + ls - name: Push Report run: | -- 2.43.0