Add codecov to test

This commit is contained in:
Nicholas Thompson
2019-03-21 00:14:49 +02:00
committed by ncthompson
parent e74b0518e9
commit fd49891632

View File

@@ -22,4 +22,7 @@ before_script:
script: script:
- golangci-lint run - golangci-lint run
- go test -v -race ./... - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)