Switching to CircleCI

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

@ -19,13 +19,13 @@ jobs:
go version
- run:
name: Run tests and calculate coverage
command: |
mkdir -p $TEST_RESULTS
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
gotestsum --junitfile $TEST_RESULTS/gotestsum-report.xml
command: |
mkdir -p $TEST_RESULTS
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
gotestsum --junitfile $TEST_RESULTS/gotestsum-report.xml
- run:
name: Lint (golint)
command: |

Loading…
Cancel
Save