Using SWIG 2.0 to execute C code from python testing framework, pytest in my case.
Is there a way to configure SWIG to generate code coverage reports of the executed C code? some integration with bullseye, gcov or other similar tools?
Tried to look on the web and in SWIG documentation. Didn't find any useful resources. If there are any, please point me.