Skip to content

Commit 1a81978

Browse files
Copilothzhangxyz
andauthored
ci: add pytest-cov to cibuildwheel test-requires (#50)
* Initial plan * Add pytest-cov to cibuildwheel test-requires in pyproject.toml Co-authored-by: hzhangxyz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hzhangxyz <[email protected]>
1 parent 65143f0 commit 1a81978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ addopts = "--cov=apyds"
6060
[tool.cibuildwheel]
6161
macos.archs = ["universal2"]
6262
windows.archs = ["AMD64"]
63-
test-requires = ["pytest"]
63+
test-requires = ["pytest", "pytest-cov"]
6464
test-command = ["python -m pytest {project}"]

0 commit comments

Comments
 (0)