Michael Förderer
Michael Förderer
No timeline yet. 😄
@ybagarka1 But are the values correct? @latk What do you think about the code to get the lines which belong to a function? I was thinking about adding this functionality...
As mentioned in #655 this is not possible yet.
> It would be "useful" to me if this report was "reversed" and it only reported on _covered_ files and _covered_ entities. This is difficult because if you test the...
> This is useful, for example, if I'm refactoring unit tests and want to make sure I'm still hitting what I hit before; or if I want to be able...
I've no measurements but the main time is used to run gcov and parse the output files. The output files are only a transformation of the internal data represenation into...
Thank you for working on this. Please share your work as draft PR than we can discuss about it.
I'm also waiz8for a response of @macetw .
Is the `kill_thread` a self written function? I only find [pthread_kill](https://man7.org/linux/man-pages/man3/pthread_kill.3.html) and this function returns: ``` function thread_entry(void*) called 1 returned 100% blocks executed 100% 1: 6:void* thread_entry(void* arg) -:...
Hi, I think that's more a issue of the instrumentation/gcov and not gcovr. You've pushed the files to the device so I guess youe are cross compiling and running using...