Skip to content

Commit 5a35904

Browse files
committed
Temporarily disable coveralls
1 parent 023a580 commit 5a35904

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)