From: Jérémie Astor Date: Sun, 16 Feb 2020 16:31:11 +0000 (+0100) Subject: :wrench: clone report repo X-Git-Tag: nightly~1940 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=703ece2a799b37a78c9cc9c8271621bd38d5db84;p=gwion.git :wrench: clone report repo --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9a5bd638..20fcd106 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,8 +35,17 @@ jobs: sudo apt-get update sudo apt-get install gcovr - - name: Report + - name: Generate Report run: | COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2) COV_NUM=${COV_TXT: : -1} echo $COV_NUM + + - name: Push Report + run: | + git clone https://github.com/fennecdjay/gwion-coverage-report + cd gwion-coverage-report + rm *.html + cp ../*.html . + mv cov.html index.html + ls