remove _compat.py from coverage
This commit is contained in:
parent
6f940af978
commit
f284d6f4de
@ -128,5 +128,5 @@ markers = [
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
omit = ["venv/*"]
|
||||
omit = ["venv/*", "httpx/_compat.py"]
|
||||
include = ["httpx/*", "tests/*"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user