codecov: add test coverage (#550)

This commit is contained in:
Miek Gieben 2017-11-07 09:17:19 +00:00 committed by GitHub
parent b38dc3dcb7
commit ae5ce096eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -11,4 +11,7 @@ before_install:
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/miekg/ || true
script:
- go test -race -v -bench=.
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)