Skip to content

Commit

Permalink
ci: Attempt to fix lcov genhtml by creating directory before step
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jul 25, 2024
1 parent 1e9fe90 commit 4212ac6
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 @@ -80,6 +80,7 @@ jobs:
- name: Install LCOV
if: success() || failure()
uses: hrishikesh-kadam/setup-lcov@v1
- run: mkdir -p ${{ runner.temp }}/__zgosalvez_github-actions-report-lcov/html
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v4
if: success() || failure()
Expand Down

0 comments on commit 4212ac6

Please sign in to comment.