This commit is contained in:
Kar Petrosyan 2025-02-27 20:59:01 +04:00
parent 9c5a2d1646
commit f654bddb4c

View File

@ -132,5 +132,5 @@ markers = [
]
[tool.coverage.run]
omit = ["venv/*", "tests/client/sync*"]
omit = ["venv/*", "tests/client/sync/*"]
include = ["httpx/*", "tests/*"]