Skip to content

Commit df2a10f

Browse files
committed
add codecov to the image
1 parent 5272f59 commit df2a10f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfiles/CI/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ENV PROTOBUF_VER 3.8.0
1111
RUN set -ex \
1212
# Task executor, will be installed in /bin
1313
&& curl -sL https://taskfile.dev/install.sh | sh \
14+
# Codecov uploader
15+
&& curl -o /bin/codecov -LO https://codecov.io/bash && chmod +x /bin/codecov \
1416
# Go runtime dependencies
1517
&& go get github.com/golangci/govet \
1618
&& go get golang.org/x/lint/golint \

0 commit comments

Comments
 (0)