Hi all, I would like to have line and branch coverage of a Python C-extension by using gcc-coverage (gcov). AFAIN to be able to use gcov for that, the extension module has to be compiled statically: means in that case the interpreter, the tests (written in python with unittest) and the C-extension itself. I wonder if that can be achieved with pyinstaller.
If someone did something similar any idea is appreciated. Thanks in advance! Francis -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/vkj4PKwHD4wJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
