Skip to content

Commit

Permalink
added coverage report to code test action
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Aug 19, 2024
1 parent c88c433 commit 6a3ca9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
pip install pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
run:
coverage run -m pytest tests
run: |
coverage run -m pytest tests
coverage report

0 comments on commit 6a3ca9b

Please sign in to comment.