Needed help to upload coverage reports with google cloud build

Hi Thomas, my guess is that Codecov isn’t able to access environment variables (e.g. commit hash). These are necessary to pair coverage reports to a commit. I think you can take a look at https://docs.codecov.io/v4.3.0/docs/testing-with-docker (if you haven’t already) which might solve your problem.

1 Like