github.com/kumasuke120/mockuma@v1.1.9/.travis.yml (about)

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