mirror of
https://github.com/emirpasic/gods
synced 2024-11-13 19:12:07 +00:00
Switching to CircleCI
This commit is contained in:
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…
Reference in New Issue
Block a user