Codebase list golang-github-vbauerster-mpb / c9c2fe0
test root only Vladimir Bauer 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 - go get -t -v ./...
88
99 script:
10 - ./go.test.sh
10 - go test -race -coverprofile=coverage.txt -covermode=atomic
1111
1212 after_success:
1313 - bash <(curl -s https://codecov.io/bash)