We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081d2e5 commit b34c54bCopy full SHA for b34c54b
.github/workflows/node.js.yml
@@ -20,6 +20,12 @@ jobs:
20
- run: npm run test-source
21
- run: npm run test-cells
22
- 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
29
test-react-18:
30
runs-on: ubuntu-latest
31
steps:
0 commit comments