You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm getting an error when trying to upload from AWS CodeBuild: ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 400 - Invalid request parameters
To Reproduce
Steps to reproduce the behavior:
Create AWS CodeBuild project with aws/codebuild/standard:6.0
Try to upload with ./codecov -t $TOKEN
Expected behavior
Should upload coverage.
Screenshots
The text was updated successfully, but these errors were encountered:
@drazisil-codecov it is returning some value, you can check that in my screenshot (...&commit=pc5T...)
I believe the issue is that the sha is invalid, because it works fine if I manually set it with -C.
@drazisil-codecov it is returning some value, you can check that in my screenshot (...&commit=pc5T...) I believe the issue is that the sha is invalid, because it works fine if I manually set it with -C.
Can you check and see if there is a better env we can check?
Describe the bug
I'm getting an error when trying to upload from AWS CodeBuild:
['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 400 - Invalid request parameters
To Reproduce
Steps to reproduce the behavior:
aws/codebuild/standard:6.0
./codecov -t $TOKEN
Expected behavior
Should upload coverage.
Screenshots

The text was updated successfully, but these errors were encountered: