Using Codecov with simplecov, both with Ruby gems, in github actions.
A lot of our builds fail
req = Net::HTTP::Post.new(
"#{uri.path}?#{query}",
{
'X-Reduced-Redundancy' => 'false',
'X-Content-Encoding' => 'application/x-gzip',
'Content-Type' => 'text/plain'
}
)
Error message:
{‘detail’: ErrorDetail(string=‘Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.’, code=‘not_found’)}
The token ought to be inserted? I don’t understand why it isn’t. Also, uploads fail only intermittently.