File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ jobs:
160160 --cov-append \
161161 --cov=src/ \
162162 --cov=tests/ \
163- --cov-report=xml \
164163 ${{ matrix.ci_pattern }}
165164 env :
166165 UV_PYTHON : ${{ matrix.python-version }}
@@ -208,7 +207,6 @@ jobs:
208207 --cov-append \
209208 --cov=src/ \
210209 --cov=tests/ \
211- --cov-report=xml \
212210 .
213211 env :
214212 UV_PYTHON : ${{ matrix.python-version }}
@@ -245,7 +243,7 @@ jobs:
245243 run : |
246244 # We use pytest-xdist to make this run much faster.
247245 # The downside is that we cannot use -s / --capture=no.
248- uv run --extra=dev pytest --skip-real -vvv --exitfirst -n auto --cov-append --cov=src/ --cov=tests/ --cov-report=xml .
246+ uv run --extra=dev pytest --skip-real -vvv --exitfirst -n auto --cov-append --cov=src/ --cov=tests/ .
249247 env :
250248 UV_PYTHON : ${{ matrix.python-version }}
251249
You can’t perform that action at this time.
0 commit comments