Browse Source

Removed last bits of codecov

160-regression
rcorniere 3 years ago
parent
commit
6a3833b27d
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      Dockerfile
  2. +0
    -4
      test.sh

+ 0
- 4
Dockerfile View File

@ -1,4 +0,0 @@
FROM golang:1.13
WORKDIR /xmpp
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
COPY . ./

+ 0
- 4
test.sh View File

@ -11,7 +11,3 @@ for d in $(go list ./... | grep -v vendor); do
rm profile.out
fi
done
if [ -f "./codecov.sh" ]; then
./codecov.sh
fi

Loading…
Cancel
Save