I am trying to generate bullseye coverage report after doing blackbox testing. We have an appliance on which we do black box testing, however there is no way to compile libraries on that, so I am following below steps to generate report.
However I am getting 0% report. There is no change in coverage file, it's not getting updated.
I solved the above problem by setting the environment variable from one of the demon file.
The possible reason it was not working is, I was setting environment variable in profile which requires shell, however my automation was not using shell.