pull/132/merge
Andy Wang 4 years ago
parent f1c656758f
commit 347bb0fad5
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374

@ -1,7 +1,7 @@
language: go
go:
- "1.14"
- "1.15"
script:
- go test -race -coverprofile=coverage.txt -coverpkg=./... -covermode=atomic ./...

@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 1%
Loading…
Cancel
Save