Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

GcovCoverageResults 0.00%

Open vscodeenv opened this issue 7 months ago • 3 comments

Image

Image 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?

vscodeenv avatar May 23 '25 11:05 vscodeenv

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

mvandervoord avatar May 23 '25 14:05 mvandervoord

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

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 avatar May 26 '25 09:05 vscodeenv

@vscodeenv could be closed ?

vengelhardt avatar Sep 19 '25 14:09 vengelhardt