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 14611d8 commit 52b277bCopy full SHA for 52b277b
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- run: npm run test-ci
48
env:
49
NODE_OPTIONS: '--max-old-space-size=8192'
50
- - name: Submit test coverage to Coveralls-next
51
- run: cat coverage/lcov.info | npx coveralls-next
+ - name: Submit coverage to Coveralls
+ uses: coverallsapp/github-action@v2
52
with:
53
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments