Add pytest-cov

This commit is contained in:
Simon Alibert
2024-03-26 15:25:22 +01:00
parent cb6d1e0871
commit ed5a0c88e1
4 changed files with 174 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ gymnasium = "^0.29.1"
pre-commit = "^3.6.2"
debugpy = "^1.8.1"
pytest = "^8.1.0"
pytest-cov = "^5.0.0"
[tool.ruff]