github.com/qiniu/dyn@v1.3.0/.travis.yml (about) 1 language: go 2 go: 3 - "1.14" 4 script: 5 - go test -race -coverprofile=coverage.txt -covermode=atomic ./... 6 after_success: 7 - bash <(curl -s https://codecov.io/bash)