<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/summary.py, branch coverage-3.4b2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Pass config objects around to limit the sprawl of argument lists.</title>
<updated>2010-09-03T02:06:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-09-03T02:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3a7cc512247059017ddd5ced1344578c845c9edd'/>
<id>3a7cc512247059017ddd5ced1344578c845c9edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New config setting: [report]precision lets you specify the number of digits after the decimal point in coverage percentages. Finishes issue #16.</title>
<updated>2010-08-24T15:18:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-24T15:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9726ca6bbdc7d1ed5b0f732071210eed4ceada34'/>
<id>9726ca6bbdc7d1ed5b0f732071210eed4ceada34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify formatting of coverage percentages, and don't show zero or 100 as a result of rounding. Fixes #41 and #70.</title>
<updated>2010-08-23T03:18:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-23T03:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=94bf5f731aa8addcedb162525e96c4e1bd2ebfdd'/>
<id>94bf5f731aa8addcedb162525e96c4e1bd2ebfdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit and include are now filename patterns rather than prefixes.  BACKWARD INCOMPATIBLE change.</title>
<updated>2010-05-23T20:09:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-23T20:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=039345d5c311d5d55ee6c93554959fd5685a862c'/>
<id>039345d5c311d5d55ee6c93554959fd5685a862c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format the code to pylint's liking, and fix up the docstrings for omit and include.</title>
<updated>2010-05-16T03:03:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-16T03:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f0b3451e829de7311c39a18c0fb34312330981ef'/>
<id>f0b3451e829de7311c39a18c0fb34312330981ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change 'requires' to 'include'.</title>
<updated>2010-05-15T15:50:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-15T15:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2062c0973a8e4fb7717cd5b1276cf6d9b231eed0'/>
<id>2062c0973a8e4fb7717cd5b1276cf6d9b231eed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a --require option to specify directories which are required to be at the beginning of the path for any file that is going to be included in code coverage</title>
<updated>2010-04-19T22:08:37+00:00</updated>
<author>
<name>Zooko Ofsimplegeo</name>
<email>zooko@simplegeo.com</email>
</author>
<published>2010-04-19T22:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ce4dbf3b92dcccf146cdf8c0bfb2f6da0a7c5dd5'/>
<id>ce4dbf3b92dcccf146cdf8c0bfb2f6da0a7c5dd5</id>
<content type='text'>
make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool.

--HG--
extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool.

--HG--
extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
</pre>
</div>
</content>
</entry>
<entry>
<title>Reports now emphasize missed lines over executed lines, since those are more helpful for directing developers to improved test coverage.</title>
<updated>2010-03-14T03:14:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-03-14T03:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3f43a51c7a1e4532d57dc3cd95fa6c4397c87f50'/>
<id>3f43a51c7a1e4532d57dc3cd95fa6c4397c87f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>It helps if you exclude the proper pragma comment.</title>
<updated>2009-12-20T19:18:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-12-20T19:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e94ca0eaf7bcbf7800b3ba94517ea4f8a8329060'/>
<id>e94ca0eaf7bcbf7800b3ba94517ea4f8a8329060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive eol whitespace clean-up.</title>
<updated>2009-12-02T12:27:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-12-02T12:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=968fc008e4c0453ef05aa211e85e202e7b1d2342'/>
<id>968fc008e4c0453ef05aa211e85e202e7b1d2342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
