diff --git a/Makefile b/Makefile index ce7e121..a60a2fa 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ about: ci: lint tests ifeq ($(GITHUB_HEAD_REF), false) @echo "> uploading report..." - codecov --file coverage.xml -t $$CODECOV_TOKEN + # codecov --file coverage.xml -t $$CODECOV_TOKEN endif all: install-deps ci