mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Dockerfile-test: add codecov for coverage tests
This commit is contained in:
parent
b699c7cff7
commit
149ee61e02
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user