<div dir="ltr"><div>Hello,</div><div><br></div>I&#39;m running nose with the `--with-coverage` plugin, with a flag `--cover-package:garlicsim,garlicsim_lib,garlicsim_wx` . No problems there. After that I run `coverage html` to make the report, but then I get an error: <br clear="all">
<br><div>&quot;&quot;&quot;</div><div>No source for code: &#39;/home/coolrr/Desktop/GarlicSim/garlicsim/shared.py&#39;</div><div>&quot;&quot;&quot;</div><div><br></div><div>Then it doesn&#39;t produce a report at all.</div>
<div><br></div><div>This `shared.py` is a file that doesn&#39;t exists. I searched my source code for something that could be trying to import it but didn&#39;t find anything. Also all my tests are passing so if something tried to import this fictional file it would have failed.</div>
<div><br></div><div>What&#39;s going on? I will note that I have files called `shared.py` in various places in my test packages, but definitely not in `GarlicSim/garlicsim`.</div><div><br></div><div><br></div><div>Thanks,</div>
<div>Ram.</div></div>