You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
Disclaimer: I am very new to this.
DbMerger
at the moment fails when used.It actually tries to merge
CoverageReport
. Should it be like this or rather work on the database (MemUCIS
)?Thank you for all the work.
The text was updated successfully, but these errors were encountered: