Skip to content

Commit 6da00ca

Browse files
committed
chore: do not fail on coveralls error
1 parent c4c6bd5 commit 6da00ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: Upload coverage results to Coveralls
9191
uses: coverallsapp/github-action@v2
9292
with:
93+
fail-on-error: false
9394
github-token: ${{ secrets.GITHUB_TOKEN }}
9495
path-to-lcov: ./test/coverage/lcov.info
9596
parallel: true
@@ -103,6 +104,7 @@ jobs:
103104
- name: Coveralls Finished
104105
uses: coverallsapp/github-action@v2
105106
with:
107+
fail-on-error: false
106108
github-token: ${{ secrets.GITHUB_TOKEN }}
107109
parallel-finished: true
108110

0 commit comments

Comments
 (0)