Skip to content

Commit 325e94e

Browse files
committed
coveralls is optional
1 parent bdfdbac commit 325e94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353

5454
- name: Upload coverage
5555
if: '${{ matrix.node == env.NODE_VERSION }}'
56+
continue-on-error: true
5657
uses: coverallsapp/github-action@v2
5758
with:
5859
parallel: true
@@ -61,6 +62,7 @@ jobs:
6162
finish:
6263
needs: tests
6364
if: ${{ always() }}
65+
continue-on-error: true
6466
runs-on: ubuntu-latest
6567
steps:
6668
- name: Close parallel build

0 commit comments

Comments
 (0)