code-coverage fix (#1395)

This commit is contained in:
Chris Caron
2025-08-17 11:12:33 -04:00
committed by GitHub
parent c15243a9cc
commit c00c36f8f8
4 changed files with 14 additions and 7 deletions

View File

@@ -348,7 +348,7 @@ builtins-ignorelist = ["_"]
[tool.pytest.ini_options]
# Keep pytest-cov minimal, let Coverage.py control formatting.
addopts = "-ra --cov=apprise --cov-branch --cov-report=xml"
addopts = "-ra"
testpaths = ["tests"]
python_files = ["test_*.py", "tests/test_*.py"]
filterwarnings = ["once::Warning"]