Skip to content

Commit 9e568f6

Browse files
committed
Try not doing Windows coverage
1 parent 5670e38 commit 9e568f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ jobs:
267267
env:
268268
UV_PYTHON: ${{ matrix.python-version }}
269269

270-
- name: Upload coverage data
271-
uses: actions/upload-artifact@v4
272-
with:
273-
name: coverage-data-windows-${{ matrix.python-version }}
274-
path: .coverage.*
275-
include-hidden-files: true
276-
if-no-files-found: error
270+
# - name: Upload coverage data
271+
# uses: actions/upload-artifact@v4
272+
# with:
273+
# name: coverage-data-windows-${{ matrix.python-version }}
274+
# path: .coverage.*
275+
# include-hidden-files: true
276+
# if-no-files-found: error
277277

278278
# Coverage combination and enforcement
279279
coverage:

0 commit comments

Comments
 (0)