I'm using 'bzr --coverage coverdir selftest' for the first time, and I hoped it would give me test coverage information for my bzrp4 plugin. However, I don't see any .cover files in coverdir for bzrp4 source files. I used BZR_PLUGIN_PATH to set the parent directory of the bzrp4 directory. I do see .cover files for bzr source files and for the launchpad plugin that is installed inside the bzrlib/plugins directory.<br>
<br>How can I make --coverage find my plugin source files relative to BZR_PLUGIN_PATH? Or is there a better way to get coverage information for Bazaar plugins?<br><br>Thanks,<br>Matt<br>