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.
2 parents c6440c3 + 7489e19 commit 8ef9214Copy full SHA for 8ef9214
.github/workflows/nodejs.yml
@@ -27,3 +27,8 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
- run: npm ci
29
- run: npm pack
30
+ - name: Coveralls
31
+ uses: coverallsapp/github-action@master
32
+ with:
33
+ github-token: ${{ secrets.GITHUB_TOKEN }}
34
+ path-to-lcov: "./reports/coverage/lcov.info"
0 commit comments