diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index d159afa..0000000 --- a/Dockerfile +++ /dev/null @@ -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 . ./ diff --git a/test.sh b/test.sh index 725dcaf..199c05e 100755 --- a/test.sh +++ b/test.sh @@ -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