coverage: Set patch = subprocess
Subprocess measuring got integrated into coverage.py and removed from pytest-cov: https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#700-2025-09-09 https://coverage.readthedocs.io/en/latest/config.html#run-patch
This commit is contained in:
parent
52917f9c31
commit
488339b3d5
|
|
@ -4,6 +4,7 @@ include =
|
|||
tests/*
|
||||
scripts/*
|
||||
branch = true
|
||||
patch = subprocess
|
||||
omit =
|
||||
qutebrowser/__main__.py
|
||||
*/__init__.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue