Extremely high failure rates on coverage upload

Description

We’re using the bash uploader to upload reports after our CI jobs run. We’ve been noticing extremely high failure rates lately. Our bash command looks like this:

bash -c "bash <(curl -s https://codecov.io/bash) -t #{upload_token} -f #{xml_report_path}"

We see the initial transfer visuals, but they eventually time out.

An example looks like this:

...
100  182k    0     0  100  182k      0    525  0:05:55  0:05:55 --:--:--     0
100  182k    0     0  100  182k      0    523  0:05:57  0:05:56  0:00:01     0
100  182k    0     0  100  182k      0    522  0:05:58  0:05:57  0:00:01     0
100  182k    0     0  100  182k      0    520  0:05:59  0:05:58  0:00:01     0
100  182k    0     0  100  182k      0    519  0:06:00  0:05:59  0:00:01     0
100  182k    0     0  100  182k      0    519  0:06:00  0:06:00 --:--:--     0
curl: (22) The requested URL returned error: 408 

Repository

private

CI/CD

Bitrise

Uploader

Bash

Commit SHAs

2d82f76

@matcartmill-gd, would you be able to provide the entire Codecov output via DM?