Skip to content

Commit

Permalink
build: fix path to copy coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Dec 6, 2023
1 parent 106504c commit c9ad357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
skip-docs-step: true
prepare-gh-pages-commands: |
mv coverage/lcov-report ./gh-pages/coverage
mv coverage/lcov-report/* ./gh-pages/

0 comments on commit c9ad357

Please sign in to comment.