Skip to content

Commit 3e15c72

Browse files
committed
chore: Update CI configuration to enable test coverage and add coverage directory to .gitignore
1 parent e4dac88 commit 3e15c72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "NODE_ENV=test" >> packages/core/.env.test
3535
3636
- name: Run tests
37-
run: cd packages/core && pnpm test
37+
run: cd packages/core && TEST_COVERAGE=1 pnpm test
3838

3939
- name: Build packages
4040
run: pnpm run build

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ packages/plugin-coinbase/package-lock.json
4747
tsup.config.bundled_*.mjs
4848

4949
.turbo
50+
51+
coverage

0 commit comments

Comments
 (0)