Python coverage for gstreamer threads

Hi,

I’m trying to run python coverage on an application that uses the python bindings to create a pipeline and I’m not able to get it to report (or collect) coverage for the user defined callbacks despite having the threads option set in the .coveragerc file.

Is it possible to collect coverage statistics for the threads that gstreamer creates?

Cheers

Paul