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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: