mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2024-11-28 08:49:01 +02:00
17 lines
262 B
YAML
17 lines
262 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2.x
|
|
- 1.3.x
|
|
- 1.4 # has no cover tool for latest releases
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- tip
|
|
|
|
script: go test -race -coverprofile=coverage.txt -covermode=atomic
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|