Issues with DbMerger
Disclaimer: I am very new to this.
DbMerger at the moment fails when used.
File "/ucis/merge/db_merger.py", line 45, in apply_covergroup
coverpoint_m[cp.instname] = cp
AttributeError: 'Coverpoint' object has no attribute 'instname'
It actually tries to merge CoverageReport. Should it be like this or rather work on the database (MemUCIS)?
Thank you for all the work.
Hi @themperek, Apologies, looks like this is some in-progress work that possibly shouldn't be on the 'main' branch. I had started an initial implementation based around just merging the coverage reports thinking that might be a good first step, but hadn't completed it.
Sounds like you're at a point where you need to have database-merging work? There are a couple of paths into commercial flows, and I think others have used commercial tools for merging and reporting. Not sure if that would be a good option for you. Otherwise, any guidance you can provide on what you're looking to do and the priority would be helpful!
Best Regards, Matthew
Thank you for replay.
If I find bit of time will try to propose something.