mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Added coverage
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,4 +1,12 @@
|
||||
language: go
|
||||
go:
|
||||
- tip
|
||||
go_import_path: go.mozilla.org/sops/
|
||||
go_import_path: go.mozilla.org/sops/
|
||||
before_intall:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- go test -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user