Skip to content

Commit fc07138

Browse files
authored
chore: do not fail on coveralls error (#252)
1 parent 1ac757e commit fc07138

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

packages/core/storage-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
npm t
3939
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: ./test/coverage/lcov.info

0 commit comments

Comments
 (0)