Added codecov, goreport
This commit is contained in:
committed by
Eugene Bujak
parent
a0157e39c6
commit
69a75fbcaa
@@ -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)
|
||||
Reference in New Issue
Block a user