Hello,
I'm trying to use vmanager in order to create a verification plan and then seeing it's coverage from regressions we run.
As for now, I use ximc in order to see the coverage. I click on the "Load Data" on the top left of the window, then navigate to the test directory, and then choose it and click load.
Inside that directory, there's a .ucd file.
Afterwards, I'm able to see the coverage, cover groups, percentage etc.
When trying to see the coverage in vManager, I'm trying to use the "Collect Runs" button.
From what I've read, I need to add a "write_metrics" argument to the run, and then in the same directory of the test I mentioned above, there's also a ".vsof" file.
Problem is, I don't see the coverage, it remains empty:
What am I doing wrong?
Thank you