Skip to content

Commit dff2e1f

Browse files
committed
verbose test output
1 parent 3353142 commit dff2e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-unit-tests_conda-forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
4747
- name: Run unit tests
4848
run: |
49-
python -m pytest --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
49+
python -m pytest -vv --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests

.github/workflows/run-unit-tests_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Test with pytest
4747
timeout-minutes: 5
4848
run: |
49-
python -m pytest --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
49+
python -m pytest -vv --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
5050
5151
- name: Upload coverage
5252
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)