Skip to content

Commit 8c88841

Browse files
committed
Generate XML coverage report
1 parent a3226e7 commit 8c88841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 --cov-report=term"
57+
addopts = "--cov --cov-report=xml --cov-report=term"
5858
python_files = "tests.py test_*.py"
5959
DJANGO_SETTINGS_MODULE = "tests.settings"
6060

0 commit comments

Comments
 (0)