diff --git a/test.sh b/test.sh index 14782ff..341553c 100755 --- a/test.sh +++ b/test.sh @@ -11,4 +11,6 @@ for d in $(go list ./... | grep -v vendor); do fi done -./codecov.sh \ No newline at end of file +if [ -f "./codecov.sh" ]; then + ./codecov.sh +fi