Skip to content

Commit

Permalink
Setup Travis + coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaylor Bosson committed Mar 6, 2020
1 parent b17bbdc commit ff80b97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go

go:
- 1.13

before_install:
- go get github.com/mattn/goveralls
- go mod download

script:
- go test -covermode=count -coverprofile=coverage.out ./...
- $GOPATH/bin/goveralls -service=travis-cli -coverprofile=coverage.out

notifications:
email: false

0 comments on commit ff80b97

Please sign in to comment.