From f0f223787342692d6413b0891f29a5d995655b19 Mon Sep 17 00:00:00 2001 From: Honnix Date: Mon, 16 Mar 2020 15:13:14 +0100 Subject: [PATCH] fail ci if unit test fails (#89) --- flytepropeller/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flytepropeller/Makefile b/flytepropeller/Makefile index 2c62af3b09..bc2f0c58dd 100644 --- a/flytepropeller/Makefile +++ b/flytepropeller/Makefile @@ -45,7 +45,8 @@ golden: .PHONY: test_unit_codecov test_unit_codecov: - go test ./... -race -coverprofile=coverage.txt -covermode=atomic; curl -s https://codecov.io/bash > codecov_bash.sh; bash codecov_bash.sh + go test ./... -race -coverprofile=coverage.txt -covermode=atomic + curl -s https://codecov.io/bash > codecov_bash.sh && bash codecov_bash.sh .PHONY: generate generate: download_tooling