Skip to content

Commit 95109c5

Browse files
committed
Show coverage report in the terminal
1 parent 48029ec commit 95109c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ build-backend = "setuptools.build_meta"
5454
write_to = "drf_excel/_version.py"
5555

5656
[tool.pytest.ini_options]
57-
addopts = "--cov --cov-report=html"
57+
addopts = "--cov --cov-report=html --cov-report=term"
5858
python_files = "tests.py test_*.py"
5959
DJANGO_SETTINGS_MODULE = "tests.settings"
6060

0 commit comments

Comments
 (0)