Skip to content

Commit

Permalink
added verbose to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 16, 2024
1 parent 753d03f commit 0be944c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python -m pytest
python -m pytest --cov
python -m pytest -v
python -m pytest -v --cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0be944c

Please sign in to comment.