Skip to content

Commit

Permalink
Integrate codecov with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed May 19, 2018
1 parent b15c9ad commit e04392c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
language: go

go:
- master
- tip

before_install:
- go get -t -v ./...

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic `go list ./...`

after_success:
- bash <(curl -s https://codecov.io/bash)

script: go test -v -cover `go list ./...`

0 comments on commit e04392c

Please sign in to comment.