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 94c83aa commit 097ddd3Copy full SHA for 097ddd3
.github/workflows/ci.yml
@@ -156,7 +156,8 @@ jobs:
156
- name: Test package (serial)
157
if: "contains(matrix.python_version, 'graalpy')"
158
run: >-
159
- pytest -ra --showlocals --cov --cov-report=xml --cov-report=term --durations=20
+ pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
160
+ --durations=20
161
162
- name: Upload coverage report
163
uses: codecov/codecov-action@v5
0 commit comments