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

Viewing coverage for library targets #14

Open
omertuc opened this issue Oct 29, 2019 · 1 comment
Open

Viewing coverage for library targets #14

omertuc opened this issue Oct 29, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@omertuc
Copy link

omertuc commented Oct 29, 2019

Is there anyway to view the coverage for library targets?

My target is a shared library that is called from a Python script. I want to run the Python script and see the resulting coverage of the C library being called.

Is that an option? How can I do something like that?

@zero9178
Copy link
Owner

I do not think this is currently possible.

I have two ideas of solving this. Having a button to import coverage data manually and a task one can add to the before launch selection in a run configuration (similar to how CLion runs Tests and has prepare tests task). Hope that sounds good

I will try to implement those once some other stuff in the pipeline is done

@zero9178 zero9178 added the enhancement New feature or request label Oct 29, 2019
@zero9178 zero9178 self-assigned this Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants