WIP on CI action
This commit is contained in:
parent
49654eeede
commit
2523a98be6
5 changed files with 266 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -44,8 +44,7 @@ format: $(INSTALL_STAMP)
|
|||
|
||||
.PHONY: test
|
||||
test: $(INSTALL_STAMP)
|
||||
#$(POETRY) run pytest ./tests/ --cov-report term-missing --cov-fail-under 100 --cov $(NAME)
|
||||
$(POETRY) run pytest -s -vv ./tests/
|
||||
$(POETRY) run pytest -s -vv ./tests/ --cov-report term-missing --cov $(NAME)
|
||||
|
||||
.PHONY: shell
|
||||
shell: $(INSTALL_STAMP)
|
||||
|
@ -55,6 +54,5 @@ shell: $(INSTALL_STAMP)
|
|||
redis:
|
||||
docker-compose up -d
|
||||
|
||||
|
||||
.PHONY: all
|
||||
all: redis $(INSTALL_STAMP) lint test
|
||||
all: redis $(INSTALL_STAMP) lint test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue