Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
add a coverage to test the code
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelDobariya38 committed Nov 7, 2023
1 parent 0981c76 commit 19103b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Run-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- name: Run pytest
run: |
pytest tests
coverage run -m pytest
coverage report
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest
pytest-cov
coverage
mypy

0 comments on commit 19103b8

Please sign in to comment.