From 364edc4bd877cc7d66bef8838180a22b649f510b Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 12 Jan 2020 10:57:14 +0100 Subject: [PATCH] Ignore codecov upload failures --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec5c5f1c..81b66873 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,8 @@ pycodestyle: codecov-upload: @echo $(H1)Running codecov$(H1END) @[ -f $(VENV_BIN)/codecov ] || $(VENV_PIP) install codecov - $(VENV_BIN)/codecov --required + # $(VENV_BIN)/codecov --required + $(VENV_BIN)/codecov @echo