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 46c9726 commit 4cced44Copy full SHA for 4cced44
.github/workflows/ci.yml
@@ -161,7 +161,7 @@ jobs:
161
run: uv pip install pytest pytest-cov
162
163
- name: 🏃 Run tests
164
- run: uv run pytest --cov --cov-report=xml --cov-branch test -ra -s -m "not acceptance"
+ run: uv run pytest --cov --cov-report=xml --cov-branch test -ra -s
165
166
- name: 📥 Upload coverage report to Codecov
167
uses: codecov/codecov-action@v5
0 commit comments