1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Added coverage

This commit is contained in:
Adrian Utrilla
2016-08-25 11:41:01 -07:00
parent aff2013600
commit e1ef8da316

View File

@@ -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)