language: go go: - "1.x" - "1.8" - "1.10.x" - master script: - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)