Skip to content

Commit 8c10f8b

Browse files
authored
Ignore issues with coverage step/job (#365)
1 parent 985b608 commit 8c10f8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
- name: Submit coverage
6161
uses: coverallsapp/github-action@master
62+
continue-on-error: true
6263
with:
6364
github-token: ${{ secrets.github_token }}
6465
flag-name: Node.js ${{ matrix.node }} on ${{ matrix.os.name }}
@@ -68,6 +69,7 @@ jobs:
6869
name: Coverage
6970
needs: test
7071
runs-on: ubuntu-latest
72+
continue-on-error: true
7173
steps:
7274
- name: Finish coverage
7375
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)