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.
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 ?