Skip to content

Commit ac301ac

Browse files
committed
Revert "Temporarily disable coveralls"
This reverts commit 5a35904.
1 parent 5a35904 commit ac301ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ jobs:
5050
node-version: 15
5151
- run: npm ci
5252
- run: npm run-s test:unit
53-
# Temporarily disable coveralls
54-
# - uses: coverallsapp/[email protected]
55-
# with:
56-
# github-token: ${{ secrets.GITHUB_TOKEN }}
53+
- uses: coverallsapp/[email protected]
54+
with:
55+
github-token: ${{ secrets.GITHUB_TOKEN }}
5756
build:
5857
name: Build - ${{ matrix.os }}/Node ${{ matrix.node_version }}
5958
strategy:

0 commit comments

Comments
 (0)