gregoryv/draw

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: go
go:
  - 1.16
script:
  - go test -coverprofile=coverage.txt -covermode=atomic ./...
after_script:
  - bash <(curl -s https://codecov.io/bash)