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 0b84d95 commit dc0b733Copy full SHA for dc0b733
1 file changed
.github/workflows/ci.yaml
@@ -97,7 +97,7 @@ jobs:
97
uv-dependency-install-flags: "--all-extras --group tests"
98
- name: Run tests
99
run: |
100
- uv run pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
+ uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
101
uv run coverage report
102
- name: Upload coverage reports to Codecov with GitHub Action
103
uses: codecov/codecov-action@v4.2.0
0 commit comments