codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Make Docker detection last in `env` #463

Closed ewu63 closed 1 year ago

ewu63 commented 2 years ago

This is essentially the same issue as #386, but we're now facing the same issue with Azure Pipelines. In the env file the logic for checking Docker is quite early, and unfortunately clashes with an environment variable we are using internally on Azure. It would be helpful to move this to the end, since the name of this variable is not CI-specific and it was rather difficult to debug.

On a related note, given that the Bash uploading is going to be deprecated, I presume the env script will be preserved and moved over to the new uploader repo?

ewu63 commented 1 year ago

Closing as the bash uploader is deprecated.