Skip to content

Commit

Permalink
Define pytest-cov package as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwashuma committed Aug 6, 2024
1 parent e67671c commit b859afc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
. venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements/dev.pip
pip install pytest-cov
ruff check . --exit-non-zero-on-fix
pytest tally_ho --doctest-modules --junitxml=coverage.xml --cov=tally_ho --cov-report=xml --cov-report=html
coverage xml
Expand Down
1 change: 1 addition & 0 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ locust
ruff
pre-commit
beautifulsoup4
pytest-cov

0 comments on commit b859afc

Please sign in to comment.