Dockerfile-test: add codecov for coverage tests

This commit is contained in:
Gyu-Ho Lee 2017-10-23 10:29:08 -07:00
parent b699c7cff7
commit 149ee61e02

View File

@ -21,7 +21,9 @@ RUN go get -v -u -tags spell github.com/chzchzchz/goword \
&& go get -v -u honnef.co/go/tools/cmd/staticcheck \
&& go get -v -u github.com/wadey/gocovmerge \
&& go get -v -u github.com/gordonklaus/ineffassign \
&& ./scripts/install-marker.sh amd64
&& ./scripts/install-marker.sh amd64 \
&& curl -s https://codecov.io/bash >/codecov \
&& chmod 700 /codecov
# e.g.
# docker build --tag etcd-test --file ./Dockerfile-test .