This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-15 19:21:14 +02:00 committed by GitHub
parent 6e1eef164d
commit 00fe8f1a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ jobs:
- run:
name: Create test coverage report and send it to Code Climate
command: |
pwd
./cc-test-reporter before-build
go test -race -coverprofile=c.out ./...
./cc-test-reporter after-build --exit-code $?