Skip to content

Commit 2eaebbc

Browse files
authored
chore: do not fail on coveralls error (#537)
1 parent b3a1bea commit 2eaebbc

File tree

1 file changed

+2
-1
lines changed
  • packages/core/realtime-js/.github/workflows

1 file changed

+2
-1
lines changed

packages/core/realtime-js/.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
pnpm install
3939
pnpm run ci
4040
- name: Upload coverage results to Coveralls
41-
uses: coverallsapp/github-action@master
41+
uses: coverallsapp/github-action@v2
4242
with:
43+
fail-on-error: false
4344
github-token: ${{ secrets.GITHUB_TOKEN }}
4445
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)