Skip to content

Commit fb1c354

Browse files
committed
ci: don't upload coverage on windows
1 parent a979a47 commit fb1c354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- run: pnpm build
3232
- run: pnpm test:dist
3333
- run: pnpm test:unit
34-
- uses: codecov/codecov-action@v5
34+
- if: ${{ matrix.os != 'windows-latest' }}
35+
uses: codecov/codecov-action@v5
3536
- name: Release Edge
3637
if: |
3738
github.event_name == 'push' &&

0 commit comments

Comments
 (0)