Commit df2a10f4 authored by Massimiliano Pippi's avatar Massimiliano Pippi

add codecov to the image

parent 5272f595
...@@ -11,6 +11,8 @@ ENV PROTOBUF_VER 3.8.0 ...@@ -11,6 +11,8 @@ ENV PROTOBUF_VER 3.8.0
RUN set -ex \ RUN set -ex \
# Task executor, will be installed in /bin # Task executor, will be installed in /bin
&& curl -sL https://taskfile.dev/install.sh | sh \ && curl -sL https://taskfile.dev/install.sh | sh \
# Codecov uploader
&& curl -o /bin/codecov -LO https://codecov.io/bash && chmod +x /bin/codecov \
# Go runtime dependencies # Go runtime dependencies
&& go get github.com/golangci/govet \ && go get github.com/golangci/govet \
&& go get golang.org/x/lint/golint \ && go get golang.org/x/lint/golint \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment