From 173e18c97db0680f0c741f80ae1b3f87aec6a18f Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 28 Feb 2020 16:36:49 -0800 Subject: [PATCH] Fix typo in makefile so CI can pass (upload-coverage target) Fixing a typo in the Makefile target upload-coverage. Without fix, the target it is not found if Travis is running against a PR. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a41bc56d..194d44066 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ upload-coverage: $(GOVERALLS_TOOL) else -uload-coverage: +upload-coverage: @echo Not uploading coverage during PR build. endif