added goconvey to vendor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2019-03-19 21:29:16 +01:00
parent 5cc4b9d001
commit 3e3d1f05a0
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3
5 changed files with 20 additions and 2 deletions

9
.gitmodules vendored
View File

@ -67,3 +67,12 @@
[submodule "vendor/golang.org/x/image"]
path = vendor/golang.org/x/image
url = https://go.googlesource.com/image
[submodule "vendor/github.com/smartystreets/goconvey"]
path = vendor/github.com/smartystreets/goconvey
url = https://github.com/smartystreets/goconvey
[submodule "vendor/github.com/jtolds/gls"]
path = vendor/github.com/jtolds/gls
url = https://github.com/jtolds/gls
[submodule "vendor/github.com/smartystreets/assertions"]
path = vendor/github.com/smartystreets/assertions
url = https://github.com/smartystreets/assertions

View File

@ -6,6 +6,14 @@ workspace:
path: src/gitbase.de/apairon/mark2web
steps:
- name: init submodules
image: docker:git
commands:
- git submodule update --init --recursive
- git fetch --tags
when:
event: [ push, tag ]
- name: test
image: golang:latest
environment:
@ -13,8 +21,6 @@ steps:
GOOS: linux
GOARCH: amd64
commands:
- git submodule update --init --recursive
- git fetch --tags
- go test -v -coverprofile coverage.out ./pkg/*
when:
event: [ push, tag ]

1
vendor/github.com/jtolds/gls generated vendored Submodule

@ -0,0 +1 @@
Subproject commit b4936e06046bbecbb94cae9c18127ebe510a2cb9

1
vendor/github.com/smartystreets/assertions generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 980c5ac6f3acb6ce1cfe13160e49188807174fbe

1
vendor/github.com/smartystreets/goconvey generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 200a235640ff2643e3126834b67f3e93df76640a