Skip to content

Commit

Permalink
fix: disabled codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
amenezes committed Oct 25, 2024
1 parent 0506d7b commit 6397d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6397d6d

Please sign in to comment.