Severity
Medium
What release version, tag or commit-hash did you use?
v0.5.2
Current Behavior
Using this task will not determine code coverage "out of the box".
It will work if one does the following steps beforehand:
- Build the SDk with coverage instrumentation:
./build.sh -r --cov
- Run the unit tests:
./build/bin/sdk_utests
Steps to Reproduce
Press Ctrl+Shift+P, select "Tasks: Run Task" -> "CPP - Calculate code coverage"
Expected Behavior
Task should determine code coverage properly without additional prerequisites
Possible Solution
Alternatively, this task should be removed
Additional Information
No response
Code of Conduct
Severity
Medium
What release version, tag or commit-hash did you use?
v0.5.2
Current Behavior
Using this task will not determine code coverage "out of the box".
It will work if one does the following steps beforehand:
./build.sh -r --cov./build/bin/sdk_utestsSteps to Reproduce
Press
Ctrl+Shift+P, select "Tasks: Run Task" -> "CPP - Calculate code coverage"Expected Behavior
Task should determine code coverage properly without additional prerequisites
Possible Solution
Alternatively, this task should be removed
Additional Information
No response
Code of Conduct