Added codecov, goreport

This commit is contained in:
Andrey Meshkov
2019-01-25 12:55:13 +03:00
committed by Eugene Bujak
parent a0157e39c6
commit 69a75fbcaa
3 changed files with 21 additions and 2 deletions

View File

@@ -24,7 +24,11 @@ install:
script:
- node -v
- npm -v
- go test ./...
# Run tests
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
# Make
- make build/static/index.html
- make
after_success:
- bash <(curl -s https://codecov.io/bash)