Added test-coverage

This commit is contained in:
David Paz
2017-06-27 10:42:46 +02:00
committed by Santiago M. Mola
parent 7e827e47ef
commit ded3e2c4ae
2 changed files with 18 additions and 1 deletions

View File

@ -16,7 +16,7 @@ install:
- go get -v -t ./...
script:
- make test
- make test-coverage
after_success:
- bash <(curl -s https://codecov.io/bash)