Skip to content

Commit

Permalink
Add coverallsapp GitHub Action to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Apr 29, 2020
1 parent d46c8a4 commit 7b75e17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.txt
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 7b75e17

Please sign in to comment.