Removed last bits of codecov

160-regression
rcorniere 4 years ago
parent 51db430cff
commit 6a3833b27d

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

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

Loading…
Cancel
Save