bitrise-steplib / steps-gitlab-status

MIT License
4 stars 15 forks source link

How use the coverage entry #24

Closed afaucogney closed 3 years ago

afaucogney commented 4 years ago

Hi,

I manage to calculate teh coverage percent with a script inside a bitrise script step. At the end of the step, I do export the value into an envvar (by runing source . ....) But the problem, is that as it is another bash process, the value is not avalable anymore for the gitlab status step.

How shouz we deal with that ?

afaucogney commented 3 years ago

To share envvar between bash process, we should use envman, that is provided by bitirse