We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3353142 commit dff2e1fCopy full SHA for dff2e1f
.github/workflows/run-unit-tests_conda-forge.yml
@@ -46,4 +46,4 @@ jobs:
46
47
- name: Run unit tests
48
run: |
49
- 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
.github/workflows/run-unit-tests_pypi.yml
@@ -46,7 +46,7 @@ jobs:
- name: Test with pytest
timeout-minutes: 5
50
51
- name: Upload coverage
52
uses: codecov/codecov-action@v4
0 commit comments