Skip to content

Commit 314c2d2

Browse files
committed
Fix CodeCov reporting
1 parent 174193a commit 314c2d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ write_to = "mailauth/_version.py"
9292

9393
[tool.pytest.ini_options]
9494
minversion = "6.0"
95-
addopts = "--cov --tb=short -rxs"
95+
addopts = "--cov --cov-report=xml --cov-report=term --tb=short -rxs"
9696
testpaths = ["tests"]
9797
DJANGO_SETTINGS_MODULE = "tests.testapp.settings"
9898

@@ -101,6 +101,7 @@ source = ["mailauth"]
101101

102102
[tool.coverage.report]
103103
show_missing = true
104+
skip_covered = true
104105

105106
[tool.ruff]
106107
src = ["mailauth", "tests"]

0 commit comments

Comments
 (0)