Skip to content

Commit

Permalink
Add file path to coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Mar 6, 2024
1 parent c3bab03 commit 00d9917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./.tap/report/lcov.info

0 comments on commit 00d9917

Please sign in to comment.