Merge pull request #6671 from brennerm/ignore-coveralls-internal-errors

ignore coveralls internal server errors
pull/6694/head
Matthew Fisher 6 years ago committed by GitHub
commit 07c17133fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ generate_cover_data() {
} }
push_to_coveralls() { push_to_coveralls() {
goveralls -coverprofile="${profile}" -service=circle-ci goveralls -coverprofile="${profile}" -service=circle-ci -shallow
} }
generate_cover_data generate_cover_data

Loading…
Cancel
Save