Fix code coverage issue (#204)

This commit is contained in:
Ryan O'Hara-Reid
2018-11-02 16:20:16 +11:00
committed by Adrian Gallagher
parent 19f65df236
commit e104d29028
2 changed files with 1 additions and 1314 deletions

View File

@@ -21,6 +21,6 @@ matrix:
install: true
script:
- go test -race -coverprofile=./testdata/coverage.txt -covermode=atomic ./...
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)

1313
testdata/coverage.txt vendored

File diff suppressed because it is too large Load Diff