A lot of the recent PRs are failing because of this error. This causes all 4 tests - unit, functional, integration and system tests to fail.
Closing and reopening the PR is not solving this error.

thanks for reporting this @Manasa2850 ..looking into it
I think this is caused by one of the libraries updates because I can see the tests all pass with no failures
could be puma because its HTTP related...I will try to revert the puma latest version update
but I see PRs created after that , and they passed build :thinking:
will try to close and reopen PRs affected to see if its intermittent
sometimes it fails on all types of tests...sometimes passes on all but system (fail --no failures or errors are recorded it displays the above error) just before the tests report
okay was able to get https://github.com/publiclab/plots2/pull/9757 to pass with 3 restarts
@cesswairimu closing and reopening doesn't seem to work always. I tried it a couple of times on #9733 but the tests are still failing :cry:
Yeah you are right, seems like its a codecov pipeline problem
Looks like this is now resolved...Found this conversation other people were having the same prob with codecov https://github.com/codecov/codecov-action/issues/330 and looks like a fix was deployed 5 hours ago. Closing this. Thanks
Thanks for helping figure this out @cesswairimu 馃帀