<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 8/8/14 1:17 PM, Barry Warsaw wrote:<br>
    </div>
    <blockquote cite="mid:20140808131700.5c6ecd5c@anarchist.wooz.org"
      type="cite">
      <pre wrap="">I've been working on my test suite and I have gotten everything working pretty
well.  I'm seeing coverage numbers much closer to what I expected.  Most are
in the 90-100% range with a few modules dipping to 80% (they are not yet
pragma'd).

The last thing that's bugging me is that I have two modules that just cannot
be omitted away.  I'm still seeing

.tox/coverage/lib/python3.4/distutils/__init__
.tox/coverage/lib/python3.4/site-packages/pkg_resources

both showing up in the report, with understandably low numbers, which badly
skews my overall coverage.  I even have this in my coverage config file:

[run]
branch = true
parallel = true
omit =
     setup*
     systemimage/data/*
     systemimage/docs/*
     systemimage/testing/*
     systemimage/tests/*
     /usr/lib/*
    .tox/coverage/lib/python3.4/distutils/__init__
    .tox/coverage/lib/python3.4/site-packages/pkg_resources

This works for everything except those two .tox rooted paths, which always
show up in the reports.  I've also tried adding those omits to other sections,
but nothing seems to work.

Do you have any thoughts on why those are showing up, or how to strip them
from the results?</pre>
    </blockquote>
    <br>
    I would have thought those patterns would work.&nbsp; Any chance there's
    a way I can reproduce your scenario?<br>
    <br>
    --Ned.<br>
    <blockquote cite="mid:20140808131700.5c6ecd5c@anarchist.wooz.org"
      type="cite">
      <pre wrap="">

Cheers,
-Barry
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
testing-in-python mailing list
<a class="moz-txt-link-abbreviated" href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a>
<a class="moz-txt-link-freetext" href="http://lists.idyll.org/listinfo/testing-in-python">http://lists.idyll.org/listinfo/testing-in-python</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>