coveralls-ruby icon indicating copy to clipboard operation
coveralls-ruby copied to clipboard

fixes 400 bad request

Open SyborgStudios opened this issue 3 years ago • 1 comments
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.

SyborgStudios avatar Aug 24 '22 14:08 SyborgStudios

I guess the solution is even easier: just check #177 (sorry read this a bit too late...)

divinity666 avatar Sep 25 '22 18:09 divinity666