mirror of https://github.com/cbeuw/Cloak
Tweak CI
This commit is contained in:
parent
f1c656758f
commit
347bb0fad5
|
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.14"
|
- "1.15"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -race -coverprofile=coverage.txt -coverpkg=./... -covermode=atomic ./...
|
- go test -race -coverprofile=coverage.txt -coverpkg=./... -covermode=atomic ./...
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
threshold: 1%
|
||||||
Loading…
Reference in New Issue