mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
Ignore codecov upload failures
This commit is contained in:
parent
ce5ca6c480
commit
364edc4bd8
3
Makefile
3
Makefile
@ -127,7 +127,8 @@ pycodestyle:
|
|||||||
codecov-upload:
|
codecov-upload:
|
||||||
@echo $(H1)Running codecov$(H1END)
|
@echo $(H1)Running codecov$(H1END)
|
||||||
@[ -f $(VENV_BIN)/codecov ] || $(VENV_PIP) install codecov
|
@[ -f $(VENV_BIN)/codecov ] || $(VENV_PIP) install codecov
|
||||||
$(VENV_BIN)/codecov --required
|
# $(VENV_BIN)/codecov --required
|
||||||
|
$(VENV_BIN)/codecov
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user