Skip to content

Commit de57077

Browse files
authored
Merge pull request #2285 from olleolleolle/make-codecoverage-non-failing
CI: Do not fail the build if Coveralls fails
2 parents 438fd17 + fedc42e commit de57077

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)