Skip to content

Commit

Permalink
fix go action
Browse files Browse the repository at this point in the history
  • Loading branch information
Watt3r committed Dec 20, 2021
1 parent 7f4aa0f commit 21c2c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Publish to coveralls.io
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github
run: $HOME/gopath/bin/goveralls -coverprofile=covprofile -service=actions -repotoken $COVERALLS_TOKEN

0 comments on commit 21c2c85

Please sign in to comment.