You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Job coverage-foo and coverage-bar submit the coverage report concurrently, and the job coverage-finish marks the coverage submit as done once the former two jobs finish.
In CircleCI, the coverage-finish job fails with an response status code of 500 from coveralls.io server.
The text was updated successfully, but these errors were encountered:
The coveralls return 500 when goveralls is executed with
-parallel-finish
option. I describe the issue with a simplified example as follows.Job
coverage-foo
andcoverage-bar
submit the coverage report concurrently, and the jobcoverage-finish
marks the coverage submit as done once the former two jobs finish.In CircleCI, the
coverage-finish
job fails with an response status code of 500 from coveralls.io server.The text was updated successfully, but these errors were encountered: