Switching to CircleCI

This commit is contained in:
Emir Pasic 2022-04-06 18:41:29 +02:00
parent 97f1ce01d4
commit d732d41ff9

View File

@ -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