learning_go/pkg/mod/github.com/dixonwille/wmenu@v4.0.2+incompatible/.travis.yml
a.pivkin 59666d0dd6 wer
2025-09-06 13:02:52 +03:00

10 lines
186 B
YAML

language: go
go:
- tip
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)