We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174193a commit 314c2d2Copy full SHA for 314c2d2
pyproject.toml
@@ -92,7 +92,7 @@ write_to = "mailauth/_version.py"
92
93
[tool.pytest.ini_options]
94
minversion = "6.0"
95
-addopts = "--cov --tb=short -rxs"
+addopts = "--cov --cov-report=xml --cov-report=term --tb=short -rxs"
96
testpaths = ["tests"]
97
DJANGO_SETTINGS_MODULE = "tests.testapp.settings"
98
@@ -101,6 +101,7 @@ source = ["mailauth"]
101
102
[tool.coverage.report]
103
show_missing = true
104
+skip_covered = true
105
106
[tool.ruff]
107
src = ["mailauth", "tests"]
0 commit comments