coveralls-ruby
coveralls-ruby copied to clipboard
fixes 400 bad request
trafficstars
Recently we were getting 400 from coveralls when sending our reports. Turns out the implementation that writes the request’s body content manually does not work anymore.
We switched it for a way simpler implementation that works again.
I guess the solution is even easier: just check #177 (sorry read this a bit too late...)