Skip to content

Commit

Permalink
ci: do not run coverage on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 6, 2025
1 parent 9a44bdb commit d34b669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
- run: pnpm build
- run: pnpm run dev:build
- uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'

0 comments on commit d34b669

Please sign in to comment.