From f031b8cc8b9579a287d55eee1fe40de26284c95e Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 18 Sep 2019 11:17:33 +0200 Subject: [PATCH] Make codecov fail loudly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58b9e9a5..1b6a3007 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ pycodestyle: codecov: which codecov || pip install codecov - codecov + codecov --required @echo