<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/html.py, branch coverage-3.5.2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>The [html]extra_css configuration value is a file path to a CSS file that gets copied into the HTML report.</title>
<updated>2012-04-20T21:37:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-20T21:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=78e2c8c6e014b205e5f2cf7764ca9cf3597b318a'/>
<id>78e2c8c6e014b205e5f2cf7764ca9cf3597b318a</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.git/commit/?id=43bf01f860dff446b30d5ca00bcd0dd1e41e9a09'/>
<id>43bf01f860dff446b30d5ca00bcd0dd1e41e9a09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If a source file has an encoding declaration, use it when producing the HTML. Fixes issue #157.</title>
<updated>2012-03-22T00:59:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-03-22T00:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6ca614a61e82f3b2eb0cb8994f53bcb57713beb0'/>
<id>6ca614a61e82f3b2eb0cb8994f53bcb57713beb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tests run on PyPy, and make test_farm more comprehensible.</title>
<updated>2012-03-19T03:58:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-03-19T03:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b7e427abd66c45b094e9159b669490d36c0fb5bc'/>
<id>b7e427abd66c45b094e9159b669490d36c0fb5bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2011-08-17T13:42:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-17T13:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1a2ac8c63c4d45a1e3c4864b1170721022faf627'/>
<id>1a2ac8c63c4d45a1e3c4864b1170721022faf627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle Unicode characters in Python source when creating the HTML report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.</title>
<updated>2011-08-17T13:40:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-17T13:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4293f61c09034945a852af00b2ac04207e64e82e'/>
<id>4293f61c09034945a852af00b2ac04207e64e82e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace</title>
<updated>2011-08-03T21:37:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-03T21:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=574d041fbbbbfda3fc4fcaff65629dd04c8eaa70'/>
<id>574d041fbbbbfda3fc4fcaff65629dd04c8eaa70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor handling of static report files to a separate function.</title>
<updated>2011-07-27T03:07:10+00:00</updated>
<author>
<name>Ben Finney</name>
<email>ben@benfinney.id.au</email>
</author>
<published>2011-07-27T03:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9160ea404951cec00fe148defbcb92bc7c2956cf'/>
<id>9160ea404951cec00fe148defbcb92bc7c2956cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keyboard-shorcut help is now available on the file page of the HTML report.</title>
<updated>2011-04-21T02:35:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-04-21T02:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=56026f10f6fb8a6cce270cf2b169f724470ce96d'/>
<id>56026f10f6fb8a6cce270cf2b169f724470ce96d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML incremental generation should also take the coverage.py version into account: a new version means scrap everything and do it all.</title>
<updated>2011-03-27T23:33:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-03-27T23:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=bd2d03cd5a66d9014277624ff0e2b43a8741e25d'/>
<id>bd2d03cd5a66d9014277624ff0e2b43a8741e25d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
