mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(ci): ensure godir is installed for coverage
This commit is contained in:
parent
ebffaadba7
commit
e64223664f
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ coverdir=$(mktemp -d /tmp/coverage.XXXXXXXXXX)
|
|||
profile="${coverdir}/cover.out"
|
||||
|
||||
hash goveralls 2>/dev/null || go get github.com/mattn/goveralls
|
||||
hash godir 2>/dev/null || go get github.com/Masterminds/godir
|
||||
|
||||
generate_cover_data() {
|
||||
for d in $(godir) ; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue