Skip to content

Commit

Permalink
ci: print test coverage to console (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Apr 21, 2022
1 parent bdd6e81 commit 058cb7c
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 @@ -19,7 +19,7 @@ lint-fix:
isort stream_chat

test: ## Run tests
STREAM_KEY=$(STREAM_KEY) STREAM_SECRET=$(STREAM_SECRET) pytest --cov=stream_chat --cov-report=xml stream_chat/tests
STREAM_KEY=$(STREAM_KEY) STREAM_SECRET=$(STREAM_SECRET) pytest --cov=stream_chat stream_chat/tests

check: lint test ## Run linters + tests

Expand Down

0 comments on commit 058cb7c

Please sign in to comment.