We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8173e commit f2b6733Copy full SHA for f2b6733
1 file changed
.github/workflows/ci.yml
@@ -90,10 +90,12 @@ jobs:
90
- name: Upload coverage results to Coveralls
91
uses: coverallsapp/github-action@v2
92
with:
93
+ fail-on-error: false
94
github-token: ${{ secrets.GITHUB_TOKEN }}
95
path-to-lcov: ./test/coverage/lcov.info
96
parallel: true
97
flag-name: node-${{ matrix.node }}-${{ matrix.os }}
98
+ continue-on-error: true
99
100
coveralls-finish:
101
name: Coveralls Finished
@@ -103,8 +105,10 @@ jobs:
103
105
- name: Coveralls Finished
104
106
107
108
109
110
parallel-finished: true
111
112
113
deno-tests:
114
name: Deno Tests / ${{ matrix.deno }}
0 commit comments