GcovCoverageResults 0.00%
The source code is not in the ceedling project directory. The test execution was successful, and the coverage report output was 0! How can I set it up to output the coverage report correctly?
What version of ceedling are you using? If you're using something earlier than 1.0.0 then you need to separately tell ceedling to run the coverage reports after with utils:gcov
What version of ceedling are you using? If you're using something earlier than
1.0.0then you need to separately tell ceedling to run the coverage reports after withutils:gcov
Thank you for your reply. I've found the reason. It seems that the project configuration file of ceedling must be in the root directory of the project
@vscodeenv could be closed ?