Skip to content

Commit

Permalink
fixed: Path to lcov file
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jan 26, 2024
1 parent 0eb4b77 commit 403ca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -41,5 +41,5 @@ jobs:
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
uses: coverallsapp/github-action@master
with:
path-to-lcov: ./coverage/report-lcov/lcov.info
path-to-lcov: ./coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 403ca8c

Please sign in to comment.