Skip to content

Commit

Permalink
fix(ci): add testing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 committed Aug 2, 2017
1 parent 90a0605 commit d1a8e20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ go:
before_install:
- go get -t -v ./...

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

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

0 comments on commit d1a8e20

Please sign in to comment.