<div dir="ltr">Hi Joe,<br><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 21, 2018 at 5:06 PM DZIOBEK, JOE &lt;<a href="mailto:jd5948@att.com">jd5948@att.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_-20315989768995622WordSection1">
<p class="MsoNormal">Is there a way to have this file included in the report?<br></p><p class="MsoNormal"><u></u></p>
<p class="MsoNormal"><u></u></p></div></div></blockquote><div><br></div><div>You are not seeing coverage information for scriptB.py not because it does not have an associated test file, but because it was never imported during the run (I&#39;m assuming). </div><div><br></div><div>One way to have it to appear on the report is to import scriptB on your __init__.py file, this way its coverage will be tracked.</div><div><br></div><div>Hope this helps,</div><div>Bruno</div></div></div>