Skip to content

Commit 2622785

Browse files
authored
Merge pull request #80 from mboersma/add-goverage
feat(Dockerfile): add goverage code coverage collation tool
2 parents 5bdfc79 + 4c8a86d commit 2622785

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
5757
github.com/mitchellh/gox \
5858
github.com/golang/protobuf/protoc-gen-go \
5959
github.com/golang/dep/cmd/dep \
60+
github.com/haya14busa/goverage \
6061
github.com/constabulary/gb/... \
6162
&& gometalinter --install \
6263
&& pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} \

0 commit comments

Comments
 (0)