We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 438fd17 + fedc42e commit de57077Copy full SHA for de57077
.github/workflows/ruby.yml
@@ -43,6 +43,7 @@ jobs:
43
RAILS_ENV: test
44
run: bundle exec rake spec
45
- name: Report to Coveralls
46
+ continue-on-error: true # Don't fail the build if Coveralls fails to upload.
47
uses: coverallsapp/github-action@v2
48
with:
49
github-token: ${{ secrets.github_token }}
0 commit comments