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

src, test: Fix-up merging of non-matching coverage items and scopes. #785

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

Blebowski
Copy link
Contributor

Adds merging of items and scopes not found in the first coverage DB.

@Blebowski
Copy link
Contributor Author

This will close:
#564

I don't think merging now needs any optimizations. Now that flags are not held linear across the whole design, but only across the current coverage scope, the quadratic search for matching hierarchy will be much faster.

@nickg nickg linked an issue Nov 1, 2023 that may be closed by this pull request
@nickg nickg merged commit fef28e0 into nickg:master Nov 1, 2023
9 checks passed
@Blebowski Blebowski deleted the cover-merge-non-existing branch October 5, 2024 21:09
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

Successfully merging this pull request may close these issues.

Coverage: Support merging of different hierarchies
2 participants