WIP on CI action

This commit is contained in:
Andrew Brookins 2021-10-20 17:13:42 -07:00
parent 49654eeede
commit 2523a98be6
5 changed files with 266 additions and 5 deletions

View file

@ -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