Before submitting a topic, please confirm the following
I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml
configuration file.
I have filled out the below sections to the best of my ability.
Description
Struggling getting codecov uploader working:
./codecov -v --token={my-token} -e CODE_COV_SLUG=gerhard.engelbrecht@jumo.world/dev-environment -C f27e5ef0da818cc191fcf11a82b7a6503c13e6c2 --slug=“gerhard.engelbrecht@jumo.world/dev-environment” --job=“test” --name=“test” --build=“206” --buildUrl=“test”
[2022-12-14T18:15:29.465Z] [‘info’] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.3.2&token=*******&branch=&build=206&build_url=&commit=f27e5ef0da818cc191fcf11a82b7a6503c13e6c2&job=&pr=&service=&slug=gerhard.engelbrecht%40jumo.world%2Fdev-environment&name=test&tag=&flags=&parent=
[2022-12-14T18:15:29.466Z] [‘verbose’] Passed token was 36 characters long
[2022-12-14T18:15:29.466Z] [‘verbose’] https://codecov.io/upload/v4?package=uploader-0.3.2&branch=&build=206&build_url=&commit=f27e5ef0da818cc191fcf11a82b7a6503c13e6c2&job=&pr=&service=&slug=gerhard.engelbrecht%40jumo.world%2Fdev-environment&name=test&tag=&flags=&parent=
Content-Type: ‘text/plain’
Content-Encoding: ‘gzip’
X-Reduced-Redundancy: ‘false’
[2022-12-14T18:15:30.606Z] [‘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
CI/CD URL
I am using buildkite, I have a coverage xml file.
Codecov Output
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.
Expected Results
Please provide what you expect to have happened (e.g. a file that has missing coverage on a particular line).
Actual Results
Please provide what actually happened.
Additional Information
I I have tried numerous ways, some values don’t directly translate, I guess my question is:
Am I doing this right? What am I missing?