Skip to content

Commit

Permalink
use repo secret
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Mar 15, 2021
1 parent d6511eb commit 92bb3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
run: go test -v -covermode=count -coverprofile=coverage.out ./...

- name: Coveralls
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN

0 comments on commit 92bb3fa

Please sign in to comment.