added coverage to travis-ci script

This commit is contained in:
Serge A. Zaitsev 2016-02-18 21:36:17 +08:00
parent d308f7f24f
commit c7c69b579b
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ after_success:
- codecov
script:
- go test -v ./...
- go test -coverprofile=coverage.txt -covermode=atomic