ci: attempt to enable codecov.io (#28)

This commit is contained in:
Michael McLoughlin
2019-01-08 18:49:53 -08:00
parent 90d3f9fe25
commit b1f036a21f

View File

@@ -8,3 +8,5 @@ script:
- go test -bench . ./...
- ./script/coverage
- ./script/lint
after_success:
- bash <(curl -s https://codecov.io/bash) -f all.coverprofile