Skip to content

Commit 52b277b

Browse files
committed
revert coveralls to use v2
1 parent 14611d8 commit 52b277b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: npm run test-ci
4848
env:
4949
NODE_OPTIONS: '--max-old-space-size=8192'
50-
- name: Submit test coverage to Coveralls-next
51-
run: cat coverage/lcov.info | npx coveralls-next
50+
- name: Submit coverage to Coveralls
51+
uses: coverallsapp/github-action@v2
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)