Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Added coverage command to tests
  • Loading branch information
ben-nour authored Apr 2, 2024
1 parent 847d493 commit 64a4da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install -U alive-progress humanize
pip install -U alive-progress humanize coverage
- name: Tests
run: |
python -m tests.test_logic
coverage run -m tests.test_logic
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 64a4da1

Please sign in to comment.