Skip to content

Commit 3ea1051

Browse files
committed
chore: re-enable coveralls in CI
1 parent 3f3451c commit 3ea1051

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
- name: Test
4444
run: npm run cover
4545

46-
# Disabled due to Coveralls extended outage
47-
# - if: ${{ matrix.version == 'current' }}
48-
# name: Coveralls
49-
# uses: coverallsapp/github-action@v2
46+
- if: ${{ matrix.version == 'current' }}
47+
name: Coveralls
48+
uses: coverallsapp/github-action@v2
5049

5150
# Cancel running workflows for the same branch when a new one is started.
5251
concurrency:

0 commit comments

Comments
 (0)