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