From c32e32631188c4b5e54019b6c1a091f164734818 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sun, 5 Nov 2017 04:49:36 +0100 Subject: [PATCH] make publish code coverage fail if fails --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e59a176..c96b02d 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ show-cover: .coverprofile publish-coverage: .coverprofile curl -s https://codecov.io/bash -o codecov - bash codecov -f .coverprofile + bash codecov -Zf .coverprofile cpu.out: $(SOURCES) $(PARSERS) go test -v -run TestMMLFile -cpuprofile cpu.out