This commit is contained in:
Andy Wang 2020-12-01 14:06:30 +00:00
parent f1c656758f
commit 347bb0fad5
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
2 changed files with 6 additions and 1 deletions

View File

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

5
codecov.yaml Normal file
View File

@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 1%