File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments