From: Jérémie Astor Date: Sun, 16 Feb 2020 16:32:07 +0000 (+0100) Subject: :wrench: list files X-Git-Tag: nightly~1939 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ed9bb188e167a4cae93b016c5729e1ac47af98e4;p=gwion.git :wrench: list files --- 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: |