Skip to content

Commit

Permalink
added output-path for coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed May 17, 2020
1 parent ff36ed5 commit 5ec4ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.coverage.outputs.report }}
path-to-lcov: ${{ steps.coverage.outputs.output-path }}
flag-name: test-${{ matrix.os }}
parallel: true
grcov_finalize:
Expand Down

0 comments on commit 5ec4ffa

Please sign in to comment.