Skip to content

Commit

Permalink
ci: Set working directory for lcov report
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jul 25, 2024
1 parent be85c82 commit 1e9fe90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e9fe90

Please sign in to comment.