Unverified Commit 07c17133 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

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

ignore coveralls internal server errors
parents f1d4d15b 6570541f
......@@ -36,7 +36,7 @@ generate_cover_data() {
}
push_to_coveralls() {
goveralls -coverprofile="${profile}" -service=circle-ci
goveralls -coverprofile="${profile}" -service=circle-ci -shallow
}
generate_cover_data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment