Skip to content

Commit

Permalink
Add test coverage to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed May 7, 2024
1 parent 5d211b4 commit ab21b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: pytest
run: pytest --cov

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packaging==24.0
pluggy==1.5.0
pymongo==4.7.1
pytest==8.2.0
pytest-cov==5.0.0
requests==2.31.0
Transcrypt==3.9.1
typing_extensions==4.11.0
Expand Down

0 comments on commit ab21b6a

Please sign in to comment.