Skip to content

Commit 5ea38c2

Browse files
committed
debug! gcovr @ cibuldwheel
1 parent cf5058a commit 5ea38c2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ enable = ["cpython-freethreading"]
1414
# Re-enable 32-bit builds (disabled by default in cibuildwheel 3.0)
1515
archs = ["auto", "auto32"]
1616
before-all = "yum install -y ccache libffi-devel || apk add --upgrade ccache libffi-dev || apt-get install ccache libffi-dev"
17+
test-requires = "gcovr -r requirements/pytest.txt"
18+
test-command = [
19+
'pytest -m "not leaks" --no-cov {project}/tests',
20+
'gcovr',
21+
]
1722

1823
[tool.cibuildwheel.linux.environment]
1924
MULTIDICT_DEBUG_BUILD = "1"

0 commit comments

Comments
 (0)