From 1e9fe905a9bed36b93c48b3e126569ced18f9096 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 25 Jul 2024 22:39:50 +0100 Subject: [PATCH] ci: Set working directory for lcov report --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 835fb53..e22d0b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: if: success() || failure() with: coverage-files: lcov.info + working-directory: ${{ github.workspace }} artifact-name: code-coverage-report-${{ matrix.os }} github-token: ${{ secrets.GITHUB_TOKEN }} continue-on-error: true