You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: