fix: add pytest-cov to dev dependencies
Some checks failed
CI / Test (push) Failing after 43s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
CI / Lint (push) Failing after 9s

This commit is contained in:
2026-02-02 08:23:43 -05:00
parent 80c6f29716
commit b2e1e29404
2 changed files with 163 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ audio = [
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"pytest-cov>=4.0.0",
"ruff>=0.1.0",
]