From 703ece2a799b37a78c9cc9c8271621bd38d5db84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 17:31:11 +0100 Subject: [PATCH] :wrench: clone report repo --- .github/workflows/coverage.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.43.0