-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix missing coverage compilations for unit-test files #2013
Conversation
@bocchino this should work to fix your issue. Some notes:
I don't think item 2 is blocking. |
@tiffany1618 if you need to run your |
Went and cleaned out the redundant .gdca removal in the cmake system as that is done in |
@LeStarch Thanks! This is working for coverage in FppTest now. |
Woooooooo! |
* Fix missing coverage compilations for unit-test files * Cleaning up .gdca removal, fixing nasa#2008
* Fix missing coverage compilations for unit-test files * Cleaning up .gdca removal, fixing #2008
Change Description
This fixes #1862. The issue was unit-tests were not being compiled with coverage flags, meaning the profiling was incomplete.