Skip to content

Commit

Permalink
verbose test output
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Dec 23, 2024
1 parent 3353142 commit dff2e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Run unit tests
run: |
python -m pytest --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
python -m pytest -vv --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Test with pytest
timeout-minutes: 5
run: |
python -m pytest --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
python -m pytest -vv --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit dff2e1f

Please sign in to comment.