Skip to content

Commit

Permalink
build: fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Apr 29, 2022
1 parent 41e0f2f commit 4a83b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.testing
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ ENV WIDGET_BACKEND_STATIC_WIDGET_ROOT=/app/widget-frontend

RUN go test -race -coverprofile=coverage.out -covermode=atomic

RUN curl -Os https://uploader.codecov.io/latest/linux/codecov \
chmod +x codecov \
RUN curl -Os https://uploader.codecov.io/latest/linux/codecov && \
chmod +x codecov && \
./codecov -v -t $CODECOV_TOKEN

0 comments on commit 4a83b32

Please sign in to comment.