Skip to content

Commit ffd5e0a

Browse files
authoredDec 12, 2024··
Merge pull request #1019 from Sifchain/ci/generate-coverage-files-to-upload-to-codecov
chore: Update CI configuration to enable test coverage and add covera…
2 parents 7ad74e3 + 5573af6 commit ffd5e0a

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 && pnpm test:coverage
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)
Please sign in to comment.