Skip to content

Commit

Permalink
fixes+
Browse files Browse the repository at this point in the history
  • Loading branch information
diogenisAl committed Feb 17, 2024
1 parent 85b3218 commit 942fdce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
coverage run -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m
coverage run -m pytest -v -s

0 comments on commit 942fdce

Please sign in to comment.