cogolabs/fleet2kubes

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: go
go: 1.11.x
install: true
script:
  - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_script:
  - bash <(curl -s https://codecov.io/bash)