circle.yml 137 B

12345
  1. test:
  2. override:
  3. - go test -race -coverprofile=coverage.txt -covermode=atomic
  4. post:
  5. - bash <(curl -s https://codecov.io/bash)