JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

500 Error on Coveralls.submit for Julia 1.9 and nightly #340

Open bluesmoon opened 1 year ago

bluesmoon commented 1 year ago

Hi,

I have my project (https://github.com/bluesmoon/CurlHTTP.jl) run through travis with Julia 1.6, 1.9 and nightly. I have the coveralls integration set up (I have tried both coveralls: true as well as the after_success script).

On Julia 1.6 th Coveralls.submit works with no issue On Julia 1.9 and Julia nightly it fails with a HTTP 500 error.

What should I look at?