Uh oh!
There was an error while loading. Please reload this page.
Consolidate poe tasks - #240
Conversation
gaoflow
commented
Jun 19, 2026
I checked the failing Before this PR, CI ran [tool.poe.tasks.test-lib]
-cmd = "pytest"+cmd = "uv run pytest"
cwd = "betterproto2"
[tool.poe.tasks.test-lib-cov]
-cmd = "pytest --cov=betterproto2 --cov-report=term --cov-report=html tests/"+cmd = "uv run pytest --cov=betterproto2 --cov-report=term --cov-report=html tests/"
cwd = "betterproto2"
[tool.poe.tasks.test-plugin]
-cmd = "pytest"+cmd = "uv run pytest"
cwd = "betterproto2_compiler"I verified with |
Description
Type of change
Checklist