ci: fixup coverage collection

This commit is contained in:
Jakub Sztandera
2017-01-06 09:56:00 +01:00
parent a20e296ca7
commit 158b7d8e3c
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ install:
script: script:
- gx-go rewrite - gx-go rewrite
- go test -race -coverprofile=unittest.coverprofile -covermode=atomic ./... - go test -race -coverprofile=unittest.coverprofile -covermode=atomic .
after_success: after_success: