Skip to content

Commit c911141

Browse files
mandarinisoedirgo
andauthored
chore: do not fail on coveralls error (#645)
* chore: do not fail on coveralls error * chore: eol --------- Co-authored-by: Bobbie Soedirgo <[email protected]>
1 parent 2b2ccaf commit c911141

File tree

1 file changed

+2
-0
lines changed
  • packages/core/postgrest-js/.github/workflows

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
2727
- name: Coveralls
2828
uses: coverallsapp/github-action@v2
29+
with:
30+
fail-on-error: false

0 commit comments

Comments
 (0)