Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
with:
bun-version: latest
- run: bun install
- run: bun cli/bun.ts
- run: bun test bun --coverage --coverage-reporter=lcov
- run: bun test src --coverage --coverage-reporter=lcov
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
41 changes: 0 additions & 41 deletions cli/bun.ts

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"test:type": "tsc",
"test:unit": "node --test \"src/**/*.test.ts\"",
"test:example": "node --test example.test.ts",
"test-bun": "run-s test-bun:*",
"test-bun:setup": "bun cli/bun.ts",
"test-bun:test": "bun test bun",
"test-deno": "deno test --allow-read src",
"lint": "biome check",
"build": "run-s build:*",
"build:index": "node cli/generate-index.ts",
Expand Down