From ae0d8f23518f27f4c3903ea93a3f0e6644b36fb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 12:56:17 +0100 Subject: [PATCH] :wrench: preserve coverage html --- .github/workflows/coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: | -- 2.43.0