From 5e52fd7522058a3bca8ac1bdf3d4bb1161e2acb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Valg=C3=B4de?= Date: Fri, 27 Oct 2023 23:36:17 +0200 Subject: [PATCH] Move coverage report to different directory --- .github/workflows/static.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ae8316f..ab0c403 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,7 +35,7 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: ${{ steps.deployment.outputs.page_url }}/UnitTestCoverage # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) runs-on: ubuntu-latest @@ -83,4 +83,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 -