codecov / engineering-team

This is a general repo to use with GH Projects
1 stars 1 forks source link

Error uploading test result report to Codecov #2437

Open rohan-at-sentry opened 3 weeks ago

rohan-at-sentry commented 3 weeks ago

@rohan-at-sentry in one repo, test uploads crash fail with Upload failed: {"service":["This field may not be null."]} on GHA but not locally: https://github.com/codecov/codecov-cli/issues/486 / https://github.com/ansible/awx-plugins/actions/runs/10581340011/job/29318439675#step:23:47. I haven't been able to identify the exact cause. My understanding is that the confusing error is coming from Django in https://github.com/codecov/codecov-api. It would be useful to both improve logging and fix the issue in the uploader.

Originally posted by @webknjaz in #304

rohan-at-sentry commented 3 weeks ago

@joseph-sentry can you take a look at this this week or in your sprint next week?

webknjaz commented 3 weeks ago

FYI, I've posted a few extra observations over @ https://github.com/codecov/codecov-cli/issues/486.

rohan-at-sentry commented 3 weeks ago

ooh, thanks for that deep dive!

rohan-at-sentry commented 2 weeks ago

Potentially fixed by https://github.com/codecov/codecov-api/pull/779

webknjaz commented 4 days ago

@rohan-at-sentry that issue did fix the immediate problem I was reporting. So unless there's some other aspect that needs fixing, this could probably be closed.