mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
Migrate to built-in Go vendoring.
This also removes `godep` calls from make scripts. Of note is that currently `./...` checking in acceptance tests is disabled.
This commit is contained in:
@@ -38,7 +38,7 @@ push_to_coveralls() {
|
||||
goveralls -coverprofile="$profile"
|
||||
}
|
||||
|
||||
generate_cover_data $(go list ./...)
|
||||
generate_cover_data $(go list ./... | grep -v /vendor/)
|
||||
show_cover_report func
|
||||
case "$1" in
|
||||
"")
|
||||
|
||||
Reference in New Issue
Block a user