Skip to content

Commit 3201034

Browse files
committed
Try --cov-append
1 parent 646510d commit 3201034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
-vvv \
158158
--showlocals \
159159
--exitfirst \
160+
--cov-append \
160161
--cov=src/ \
161162
--cov=tests/ \
162163
--cov-report=xml \
@@ -204,6 +205,7 @@ jobs:
204205
--capture=no \
205206
-vvv \
206207
--exitfirst \
208+
--cov-append \
207209
--cov=src/ \
208210
--cov=tests/ \
209211
--cov-report=xml \
@@ -243,7 +245,7 @@ jobs:
243245
run: |
244246
# We use pytest-xdist to make this run much faster.
245247
# The downside is that we cannot use -s / --capture=no.
246-
uv run --extra=dev pytest --skip-real -vvv --exitfirst -n auto --cov=src/ --cov=tests/ --cov-report=xml .
248+
uv run --extra=dev pytest --skip-real -vvv --exitfirst -n auto --cov-append --cov=src/ --cov=tests/ --cov-report=xml .
247249
env:
248250
UV_PYTHON: ${{ matrix.python-version }}
249251

0 commit comments

Comments
 (0)