We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd6e81 commit 058cb7cCopy full SHA for 058cb7c
Makefile
@@ -19,7 +19,7 @@ lint-fix:
19
isort stream_chat
20
21
test: ## Run tests
22
- 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
23
24
check: lint test ## Run linters + tests
25
0 commit comments