mirror of
https://github.com/mudler/luet.git
synced 2025-06-26 15:34:40 +00:00
Drop unneeded dependencies
This commit is contained in:
parent
1a8fb77771
commit
5942e2f20c
@ -21,8 +21,6 @@ coverdir=$(mktemp -d /tmp/coverage.XXXXXXXXXX)
|
||||
profile="${coverdir}/cover.out"
|
||||
coveragetxt="coverage.txt"
|
||||
|
||||
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() {
|
||||
ginkgo -failFast -cover -r -v .
|
||||
@ -33,6 +31,7 @@ generate_cover_data() {
|
||||
}
|
||||
|
||||
push_to_coveralls() {
|
||||
hash goveralls 2>/dev/null || go get github.com/mattn/goveralls
|
||||
goveralls -coverprofile="${profile}" -service=circle-ci -repotoken "$COVERALLS_REPO_TOKEN" || echo "push to coveralls failed"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user