Skip to content

Commit 1e5247b

Browse files
committed
replace coveralls with coveralls-next
1 parent 3770156 commit 1e5247b

File tree

3 files changed

+8229
-12200
lines changed

3 files changed

+8229
-12200
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
51-
uses: coverallsapp/[email protected]
50+
- name: Submit test coverage to Coveralls-next
51+
run: cat coverage/lcov.info | npx coveralls-next
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)