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 4fa5a91 commit 338eb53Copy full SHA for 338eb53
.github/workflows/shared.yml
@@ -56,10 +56,13 @@ jobs:
56
run: uv sync ${{ matrix.dep-resolution.install-flags }} --all-extras --python ${{ matrix.python-version }}
57
58
- name: Run pytest
59
- run: uv run ${{ matrix.dep-resolution.install-flags }} --no-sync pytest
+ run: uv run ${{ matrix.dep-resolution.install-flags }} --no-sync coverage run -m pytest
60
env:
61
UV_RESOLUTION: ${{ matrix.dep-resolution.name == 'lowest-direct' && 'lowest-direct' || 'highest' }}
62
63
+ - name: Check coverage
64
+ run: uv run ${{ matrix.dep-resolution.install-flags }} --no-sync coverage report
65
+
66
readme-snippets:
67
runs-on: ubuntu-latest
68
steps:
0 commit comments