<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/summary.py, branch coverage-3.6b2</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Switch to our own prama syntax, so the tests can use the std without getting mixed up.</title>
<updated>2012-12-01T20:29:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-01T20:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b6c24ae9d590c387419c8bc192f92db983b7a29e'/>
<id>b6c24ae9d590c387419c8bc192f92db983b7a29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Branch coverage is computed more accurately, #156.</title>
<updated>2012-11-20T02:58:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-20T02:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=61a3f737c4edbcbcd9468d47bd8025613ed590f7'/>
<id>61a3f737c4edbcbcd9468d47bd8025613ed590f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The reporting functions now return a float, the total percentage covered.</title>
<updated>2012-11-03T21:38:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-03T21:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=82f9dd6e35c811eb53051f70ebf51bea2740f9dd'/>
<id>82f9dd6e35c811eb53051f70ebf51bea2740f9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test (and fix) the summary reporting failures due to not being able to parse the file.</title>
<updated>2012-04-20T13:53:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-20T13:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d282cf277a701ccaac4ce82fbc9996b020e7dcb8'/>
<id>d282cf277a701ccaac4ce82fbc9996b020e7dcb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor reporters so the config is part of construction, and is then available everywhere.</title>
<updated>2012-04-19T23:05:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-19T23:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ca739cdb76ca212c71732066f7823dc65c8e79af'/>
<id>ca739cdb76ca212c71732066f7823dc65c8e79af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't complain about files that can't be parsed as Python if they didn't seem like Python at all.  #82.</title>
<updated>2012-04-18T11:27:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-18T11:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=42f5efa9bc9e5ec2fd02f9cf6b95541a93fca632'/>
<id>42f5efa9bc9e5ec2fd02f9cf6b95541a93fca632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=2b5c9726e2980273e3d1b371332e75722d1a29a2'/>
<id>2b5c9726e2980273e3d1b371332e75722d1a29a2</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=7c14b919bae2ea0e4c72e5bb4116626f3a9b6230'/>
<id>7c14b919bae2ea0e4c72e5bb4116626f3a9b6230</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=32320cabc97ccca3f2492faa55b542c4a158c2c9'/>
<id>32320cabc97ccca3f2492faa55b542c4a158c2c9</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=cd1b610a9645b0a3a53ce1c2779236c40e5d2164'/>
<id>cd1b610a9645b0a3a53ce1c2779236c40e5d2164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
