Skip to content
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

[Bug]: VS Code Task "CPP - Calculate code coverage" is not working properly #100

Open
1 task done
BjoernAtBosch opened this issue Jul 4, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@BjoernAtBosch
Copy link
Member

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

  • I agree to follow this project's "Code of Conduct".
@BjoernAtBosch BjoernAtBosch added the bug Something isn't working label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant