Skip to content

Commit fedc42e

Browse files
committed
CI: Do not fail the build if Coveralls fails
We had many build failures with "oh, the code coverage was not sent to that service", which is a little "them problem" rather than an "us problem", so I configured this to not be a failure.
1 parent 41de220 commit fedc42e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
RAILS_ENV: test
4444
run: bundle exec rake spec
4545
- name: Report to Coveralls
46+
continue-on-error: true # Don't fail the build if Coveralls fails to upload.
4647
uses: coverallsapp/github-action@v2
4748
with:
4849
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)