Skip to content

Commit

Permalink
feat: add pytest coverage (#214)
Browse files Browse the repository at this point in the history
* feat: add pytest coverage
* bump version

Closes: #212
  • Loading branch information
shawaj authored Jan 29, 2023
1 parent 8fa184c commit 6b8b324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Run tests
run: |
export PYTHONPATH=`pwd`
pytest
pytest --cov=hm_pyhelper --cov-fail-under=90
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.47',
version='0.13.48',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mock==5.0.0
pytest==7.2.0
pytest-cov==4.0.0
flake8==6.0.0
responses==0.22.0

0 comments on commit 6b8b324

Please sign in to comment.