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 5670e38 commit 9e568f6Copy full SHA for 9e568f6
.github/workflows/test.yml
@@ -267,13 +267,13 @@ jobs:
267
env:
268
UV_PYTHON: ${{ matrix.python-version }}
269
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
+ # - name: Upload coverage data
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: coverage-data-windows-${{ matrix.python-version }}
+ # path: .coverage.*
+ # include-hidden-files: true
+ # if-no-files-found: error
277
278
# Coverage combination and enforcement
279
coverage:
0 commit comments