<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/annotate.py, branch coverage-3.1b1</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>HTML report includes non-relative code units also.  Fixes issue #11, though the paths displayed in the HTML are kind of heinous.</title>
<updated>2009-09-27T00:08:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-27T00:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=bc4c3ab2349aeb1cdd0840771fff5111e4b7a119'/>
<id>bc4c3ab2349aeb1cdd0840771fff5111e4b7a119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some excluded lines to the annotation tests, and write some docstrings for annotate.py</title>
<updated>2009-05-13T11:23:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-13T11:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5049ce0519d3456e09b5ce7bac3c75c2ec9be5f1'/>
<id>5049ce0519d3456e09b5ce7bac3c75c2ec9be5f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The name of the project is Coverage, not coverage.py.</title>
<updated>2009-04-30T11:16:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-30T11:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3'/>
<id>76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML reporting, phase 0.</title>
<updated>2009-04-20T13:13:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-20T13:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6aae48656f456ec0cbdf7add2be7a26de63200af'/>
<id>6aae48656f456ec0cbdf7add2be7a26de63200af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Line length &lt; 80.</title>
<updated>2009-04-19T20:24:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T20:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=9f8fc4e8f9bf1da99728c87ce3118168085b76a1'/>
<id>9f8fc4e8f9bf1da99728c87ce3118168085b76a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotated files are only created for source files relative to the current directory.  When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide.</title>
<updated>2009-04-19T12:16:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T12:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ca1b25a3089a7db3d5a08c2a317a2f689f2ff34f'/>
<id>ca1b25a3089a7db3d5a08c2a317a2f689f2ff34f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debugging trace.</title>
<updated>2009-04-19T01:58:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T01:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b5b3a7caa16806ba781526dcac00502571e96fa8'/>
<id>b5b3a7caa16806ba781526dcac00502571e96fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More annotate tests, but something is amiss.</title>
<updated>2009-04-19T01:15:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T01:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e2cfffb9b613f8eb68e27497ad37010a092db31b'/>
<id>e2cfffb9b613f8eb68e27497ad37010a092db31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for coverage.analysis to return the filename, it's a property on the CodeUnit passed in.</title>
<updated>2009-03-13T12:00:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-13T12:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ffd533e246072415e0793c67946b70e61e524548'/>
<id>ffd533e246072415e0793c67946b70e61e524548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start moving common reporter functionality into Reporter.</title>
<updated>2009-03-13T11:26:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-13T11:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=1aff296970383b278915a4be54ba6bb7edf21aed'/>
<id>1aff296970383b278915a4be54ba6bb7edf21aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
