Switching to CircleCI

pull/187/head
Emir Pasic 2 years ago
parent 97f1ce01d4
commit d732d41ff9

@ -21,7 +21,7 @@ jobs:
name: Run tests and calculate coverage
command: |
mkdir -p $TEST_RESULTS
go test -coverprofile=c.out
go test -coverprofile=c.out ./...
go tool cover -html=c.out -o coverage.html
mv coverage.html $TEST_RESULTS
go test -v ./... | go tool test2json > $TEST_RESULTS/test2json-output.json

Loading…
Cancel
Save