Skip to content

Commit 4979570

Browse files
committed
Remove broken coverage reporting
1 parent 158cb5e commit 4979570

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ 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
2923
test-react-18:
3024
runs-on: ubuntu-latest
3125
steps:

0 commit comments

Comments
 (0)