We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932c587 commit 074b33dCopy full SHA for 074b33d
2 files changed
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/cli"
40
41
- name: Run tests
42
- run: AGENT=1 bun test
+ run: AGENT=1 bun test --coverage
43
44
typecheck:
45
runs-on: ubuntu-latest
package.json
@@ -16,7 +16,7 @@
16
"build:types": "tsc --emitDeclarationOnly --declaration --noEmit false",
17
"build:schema": "bun run scripts/build-schema.ts",
18
"clean": "rm -rf dist",
19
- "check": "bun run lint && bun run typecheck && bun run knip && bun run sg:scan && AGENT=1 bun test",
+ "check": "bun run lint && bun run typecheck && bun run knip && bun run sg:scan && AGENT=1 bun test --coverage",
20
"lint": "biome check --write",
21
"typecheck": "tsc --project tsconfig.typecheck.json",
22
"knip": "knip --production",
0 commit comments