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

Add gcovr support to get code coverage for multiple configurations #70

Open
rhempel opened this issue Feb 8, 2025 · 0 comments
Open

Comments

@rhempel
Copy link
Owner

rhempel commented Feb 8, 2025

Currently the output of gcov is unique for each configuration of umm_malloc - for example the results of UMM_BEST_FIT are separate from UMM_FIRST_FIT. This can lead to incomplete code coverage reports.
This can be addressed by generating coverage reports for multiple configurations, and then using gcovr to combine them to get a better picture of coverage

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

1 participant