35c3553870
Migrate from U2F to Webauthn Co-authored-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
13 lines
197 B
YAML
Vendored
13 lines
197 B
YAML
Vendored
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go test -short -coverprofile=coverage.txt -covermode=count ./...
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|