Setup codecov.io to measure test coverage #696 (#739)

This commit is contained in:
Rajat Gupta
2023-09-30 23:56:49 +05:30
committed by GitHub
parent 28d41e9397
commit 57ecfca862
4 changed files with 15 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ pytest-mock = "^3.10.0"
pytest-env = "^0.8.1"
click = "^8.1.3"
isort = "^5.12.0"
pytest-cov = "^4.1.0"
[tool.poetry.extras]
streamlit = ["streamlit"]