Skip to content

Commit 058cb7c

Browse files
authored
ci: print test coverage to console (#112)
1 parent bdd6e81 commit 058cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lint-fix:
1919
isort stream_chat
2020

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

2424
check: lint test ## Run linters + tests
2525

0 commit comments

Comments
 (0)