remove _compat.py from coverage

This commit is contained in:
Vitali Tsimoshka 2025-10-28 17:32:59 +01:00
parent 6f940af978
commit f284d6f4de
No known key found for this signature in database

View File

@ -128,5 +128,5 @@ markers = [
]
[tool.coverage.run]
omit = ["venv/*"]
omit = ["venv/*", "httpx/_compat.py"]
include = ["httpx/*", "tests/*"]