Skip to content

Commit

Permalink
chore: Update CI configuration to enable test coverage and add covera…
Browse files Browse the repository at this point in the history
…ge directory to .gitignore
  • Loading branch information
snobbee committed Dec 12, 2024
1 parent e4dac88 commit 3e15c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "NODE_ENV=test" >> packages/core/.env.test
- name: Run tests
run: cd packages/core && pnpm test
run: cd packages/core && TEST_COVERAGE=1 pnpm test

- name: Build packages
run: pnpm run build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ packages/plugin-coinbase/package-lock.json
tsup.config.bundled_*.mjs

.turbo

coverage

0 comments on commit 3e15c72

Please sign in to comment.