Skip to content

Commit b34c54b

Browse files
committed
Add back coverage tracking
1 parent 081d2e5 commit b34c54b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- run: npm run test-source
2121
- run: npm run test-cells
2222
- run: npm run test-projects
23+
- name: Coveralls
24+
uses: coverallsapp/github-action@master
25+
with:
26+
github-token: ${{ secrets.GITHUB_TOKEN }}
27+
path-to-lcov: ./packages/core/coverage/lcov.info
28+
base-path: ./packages/core
2329
test-react-18:
2430
runs-on: ubuntu-latest
2531
steps:

0 commit comments

Comments
 (0)