Removed last bits of codecov

This commit is contained in:
rcorniere 2019-12-02 10:19:39 +01:00
parent 51db430cff
commit 6a3833b27d
2 changed files with 0 additions and 8 deletions

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 . ./

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