Skip to content

Commit

Permalink
ci: don't upload coverage on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 5, 2025
1 parent a979a47 commit fb1c354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run: pnpm build
- run: pnpm test:dist
- run: pnpm test:unit
- uses: codecov/codecov-action@v5
- if: ${{ matrix.os != 'windows-latest' }}
uses: codecov/codecov-action@v5
- name: Release Edge
if: |
github.event_name == 'push' &&
Expand Down

0 comments on commit fb1c354

Please sign in to comment.