Skip to content

Commit

Permalink
Provide path of coverage profile file to coverallsapp
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Apr 29, 2020
1 parent 7b75e17 commit 69465f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.txt

# Build, tag & publish Docker image
- uses: docker/build-push-action@v1
Expand Down

0 comments on commit 69465f7

Please sign in to comment.