Send coverage file by cli but returned error code 413

Hi, thanks for always support.
We’re now encountering the error that we cannot send the coverage file generated by go test with status code 413.

When we investigated, the coverage file exceeded 1M, which we suppose is the cause.
If it is correct, could you ease the request size restriction?
Thanks.

Hey @vankichi,

Thanks for reporting this. We have pushed a fix for this.

Please feel free to reply in case you face any issues.

Regards,
Siddhant

Hi @siddhant

Thanks for super fast support!
We can confirm that the file transmission was successful!

If you can, could you tell us the current maximum request size?
I’m not sure I have to care about it in the future.

Thanks for the great support :slight_smile:

Hey @vankichi,

The maximum artifact size that we currently support is 20MB.

Thanks.

Hi, @siddhant

The maximum artifact size that we currently support is 20MB.

I got it. Thanks for your support.

Thanks