Skip to content

Commit

Permalink
move coveralls to after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
ppone committed Nov 29, 2021
1 parent 7378672 commit 72b1147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ before_install:
script:
- golangci-lint run
- go test ./... -v -covermode=count -coverprofile=coverage.out

after_success:
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken=$COVERALLS_TOKEN

env:
Expand Down

0 comments on commit 72b1147

Please sign in to comment.