<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 1/23/16 11:37 PM, Carl Meyer wrote:<br>
    <blockquote cite="mid:56A45510.30806@oddbird.net" type="cite">
      <pre wrap="">Hi Ned,

On 01/23/2016 06:08 PM, Ned Batchelder wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">I've just release Coverage.py 4.1b2:
<a class="moz-txt-link-freetext" href="https://pypi.python.org/pypi/coverage/4.1b2">https://pypi.python.org/pypi/coverage/4.1b2</a>
</pre>
      </blockquote>
      <pre wrap="">
Thanks for all the work that went into this release!

Just tried it on one (~27k sloc) project, and it didn't report any new
uncovered branches. Of course I don't know off-hand whether that's
because I don't have any of the branch cases it newly understands, or I
do but they were already covered.

Interestingly, it does break the output filtering in my pytest-smartcov
plugin (which outputs a terminal report at the end of every test run,
filtered so I see only files with less than 100% coverage) because it
now writes the newline at the end of each line in a separate `.write()`
call. But I can adjust the plugin to account for that easily enough.</pre>
    </blockquote>
    <br>
    You might also like the --skip-covered switch that is new in 4.0 :)<br>
    <blockquote cite="mid:56A45510.30806@oddbird.net" type="cite">
      <pre wrap="">

Carl

</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>