1 2 3 4 5 6 7 8
language: go go: - "1.x" - master script: - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)