Skip to content

Commit

Permalink
Merge pull request #1019 from Sifchain/ci/generate-coverage-files-to-…
Browse files Browse the repository at this point in the history
…upload-to-codecov

chore: Update CI configuration to enable test coverage and add covera…
  • Loading branch information
monilpat authored Dec 12, 2024
2 parents 7ad74e3 + 5573af6 commit ffd5e0a
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 && pnpm test:coverage

- 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 ffd5e0a

Please sign in to comment.