Skip to content

Commit 4cbe387

Browse files
authored
Update setup.py
1 parent 6a86de6 commit 4cbe387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ def finalize_options(self):
2525
def run_tests(self):
2626
# import here, cause outside the eggs aren't loaded
2727
import pytest
28-
pytest_cmd = ["stream_chat/", "-v", "--cov=stream_chat/"]
28+
pytest_cmd = ["stream_chat/", "-v"]
2929

3030
try:
3131
import pytest_cov
32-
pytest_cmd += ["--cov-report=html", "--cov-report=annotate"]
32+
pytest_cmd += ["--cov=stream_chat/", "--cov-report=html", "--cov-report=annotate"]
3333
except ImportError:
3434
pass
3535

0 commit comments

Comments
 (0)