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.
This commit is contained in:
Nick
2020-02-28 16:36:49 -08:00
committed by Jarek Kowalski
parent 882a4e1e5b
commit 173e18c97d

View File

@@ -122,7 +122,7 @@ upload-coverage: $(GOVERALLS_TOOL)
else
uload-coverage:
upload-coverage:
@echo Not uploading coverage during PR build.
endif