Code coverage (#79)

* Turning on codecoverage from Codecov.
This commit is contained in:
Renan DelValle 2018-10-05 07:57:19 -07:00 committed by GitHub
parent 70252ffacf
commit 4395c2ae1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -20,4 +20,7 @@ install:
- docker-compose up -d
script:
- go test -v github.com/paypal/gorealis
- go test -race -coverprofile=coverage.txt -covermode=atomic -v github.com/paypal/gorealis
after_success:
- bash <(curl -s https://codecov.io/bash)