From c32459f0df17a653fd36464b8ca6fd340b9ab671 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Sat, 15 Oct 2022 11:27:12 -0400 Subject: [PATCH] added test coverage report --- .gitignore | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 10bc129..7d40403 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ data/ *env *.code-workspace sandbox/ +htmlcov .vscode/ *.pytest_cache/ *.egg-info/ diff --git a/requirements.txt b/requirements.txt index 502ee36..9bce4cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ attrs==22.1.0 beautifulsoup4==4.11.1 +coverage==6.5.0 greenlet==1.1.2 iniconfig==1.1.1 packaging==21.3 @@ -9,6 +10,7 @@ py==1.11.0 PyMySQL==1.0.2 pyparsing==3.0.9 pytest==7.1.3 +pytest-cov==4.0.0 python-dotenv==0.20.0 soupsieve==2.3.2.post1 SQLAlchemy==1.4.39