Skip to content

Commit 5f260be

Browse files
authored
chore: add fail-on-error: false to coverall upload action (#585)
1 parent 64992a9 commit 5f260be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
- name: Coveralls upload
143143
uses: coverallsapp/github-action@v2
144144
with:
145+
fail-on-error: false
145146
github-token: ${{ secrets.GITHUB_TOKEN }}
146147
path-to-lcov: lcov.info
147148
debug: true

0 commit comments

Comments
 (0)