Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with DbMerger #4

Open
themperek opened this issue Sep 28, 2021 · 2 comments
Open

Issues with DbMerger #4

themperek opened this issue Sep 28, 2021 · 2 comments

Comments

@themperek
Copy link

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.

@mballance
Copy link
Member

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

@themperek
Copy link
Author

Thank you for replay.

If I find bit of time will try to propose something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants