Closed mikealmond closed 8 years ago
Small update on the issue above. It looks like the actual limit in the documentation should be 1MB.
Content-Length: 1087437
fails.
Content-Length: 903016
succeeds.
Hey @mikealmond, you're totally right! During a recent infrastructure migration, we lost the setting that bumped the client_max_body_size
from the default of 1MB to 3MB.
I've updated our configuration and our servers will now accept test coverage payloads of up to 3MB.
Thanks for the report!
I am trying to send my code coverage report from PhpUnit through the test reporter. I am following the steps defined in docs and am generating a
codeclimate.json
file. The generated file is only 1.1MB and is being sent via cURL.In the troubleshooting documentation it states that
Is that 3MB value incorrect, or am I doing something else wrong?