I was able to run a simple &quot;coverage myscript.py&quot; type example and also a &quot;cov = coverage.coverage()&quot; type.  This is just to confirm that I was able to see output and that basic functionality is in place.<div>

<br></div><div>Now my intended use case is to use the subprocess functionality.</div><div><br></div><div>I have the following in sitecustomize.py</div><div><br></div><div># from the documentation</div><div><div>import coverage</div>

<div>coverage.process_startup()</div><div><br></div><div>and I ran the following in the shell window from which I&#39;m kicking off my test:</div><div>export COVERAGE_PROCESS_START=/home/mydir/.coveragerc</div><div><br></div>
<div>My expectation now is that *any* python process that kicks off from here on out should be logging coverage data.  (Is that right?)</div><div><br></div><div>Now is where I get lost.  I threw some lines in the coverage code itself to see if the configuration file was getting read and if process_startup was being called (and they were).  So now I&#39;m trying to figure out where my output is going to or if I need to do something special to make the output start dumping.  Or if I&#39;m even thinking about things correctly.</div>
<div><br></div><div>Also what troubleshooting options do I have for trying to figure this out for myself?</div><div><br></div><div>thanks in advance,</div><div><br></div><div>dustin</div><div><br></div>
-- <br>Dustin Lee<br>qhfgva=rot13(dustin)<br>
</div>