Skip to content

Commit

Permalink
update: submit test result to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Jul 17, 2019
1 parent 879d28e commit 29b2861
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: go

script:
before_install:
- make tests

script:
- go test -v -race -timeout 60m -coverprofile=coverage.txt -covermode=atomic ./...

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

0 comments on commit 29b2861

Please sign in to comment.