Skip to content

Commit d31bed3

Browse files
committed
ci: skip coverage on windows
1 parent bcc010f commit d31bed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ jobs:
6161
run: pnpm test:types
6262

6363
- name: 🟩 Coverage
64+
if: matrix.os != 'windows-latest'
6465
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)