From: Jérémie Astor Date: Sun, 23 Feb 2020 11:56:17 +0000 (+0100) Subject: :wrench: preserve coverage html X-Git-Tag: nightly~1733^2~21 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ae0d8f23518f27f4c3903ea93a3f0e6644b36fb7;p=gwion.git :wrench: preserve coverage html --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 93707ceb..6554ea9f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,9 @@ jobs: pip install git+https://github.com/gcovr/gcovr.git - name: Clone report repo - run: git clone https://github.com/fennecdjay/gwion-coverage-report + run: | + git clone https://github.com/fennecdjay/gwion-coverage-report + git checkout gh-pages html - name: Generate Report run: |