Skip to content

Commit db592be

Browse files
mcdaxclaude
andcommitted
ci: restore pytest-cov dev dependency
Accidentally dropped along with pytest-bdd in the previous refactor. The "Run tests with coverage" CI step depends on it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b95a8bf commit db592be

2 files changed

Lines changed: 142 additions & 2 deletions

File tree

poetry.lock

Lines changed: 141 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ httpx = "^0.27.0"
3131
[tool.poetry.group.dev.dependencies]
3232
pytest = "^8.0.0"
3333
pytest-asyncio = "^0.23.0"
34+
pytest-cov = "^4.0.0"
3435
pytest-mock = "^3.12.0"
3536
black = "^24.0.0"
3637
mypy = "^1.8.0"

0 commit comments

Comments
 (0)