We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Medium
v0.5.2
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_utests
Press Ctrl+Shift+P, select "Tasks: Run Task" -> "CPP - Calculate code coverage"
Ctrl+Shift+P
Task should determine code coverage properly without additional prerequisites
Alternatively, this task should be removed
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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_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
The text was updated successfully, but these errors were encountered: