fix: Add pytest-cov to dev dependencies for coverage reporting in CI

This commit is contained in:
Luong NGUYEN
2026-01-09 09:50:50 +01:00
parent 079988c999
commit afa94be553
+1
View File
@@ -4,6 +4,7 @@
# Testing
pytest>=7.0
pytest-asyncio>=0.21
pytest-cov>=4.0.0
# Code Quality
pre-commit>=3.6.0