<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/htmlfiles, branch coverage-5.0a2</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>Persist html sort order in localStorage instead of cookie</title>
<updated>2018-08-30T22:42:34+00:00</updated>
<author>
<name>Federico Bond</name>
<email>federicobond@gmail.com</email>
</author>
<published>2018-08-08T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e60e9e0e6f3c2c74a4bae8d3ff10de070e350a98'/>
<id>e60e9e0e6f3c2c74a4bae8d3ff10de070e350a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NOTICE link to GitHub.</title>
<updated>2018-06-24T15:43:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-24T15:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=11998ee5ee43b334744123f820b488091728ae52'/>
<id>11998ee5ee43b334744123f820b488091728ae52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up</title>
<updated>2018-05-28T11:15:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-05-28T11:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=863d7602bf3ffff089dc9e9ee8b89ad404f0fea4'/>
<id>863d7602bf3ffff089dc9e9ee8b89ad404f0fea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Html report marker div style in its own css layer.</title>
<updated>2018-05-24T12:45:36+00:00</updated>
<author>
<name>pankajp</name>
<email>pankaj86@gmail.com</email>
</author>
<published>2018-05-24T12:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fe5997ec194948afde3bd211d2ee6db329725abc'/>
<id>fe5997ec194948afde3bd211d2ee6db329725abc</id>
<content type='text'>
This gives faster scrolling in Chrome, comparable
to firefox

--HG--
branch : pankajp/faster-html-report-ui
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gives faster scrolling in Chrome, comparable
to firefox

--HG--
branch : pankajp/faster-html-report-ui
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent expensive relayout in loop in html report js</title>
<updated>2018-05-24T12:43:32+00:00</updated>
<author>
<name>pankajp</name>
<email>pankaj86@gmail.com</email>
</author>
<published>2018-05-24T12:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b27ab43a7e00277e919d2aee8df55c8c2bceb0ab'/>
<id>b27ab43a7e00277e919d2aee8df55c8c2bceb0ab</id>
<content type='text'>
Faster html report loading in browser by avoiding unneeded expensive
layouts in the loop to generate markers.

--HG--
branch : pankajp/faster-html-report-ui
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Faster html report loading in browser by avoiding unneeded expensive
layouts in the loop to generate markers.

--HG--
branch : pankajp/faster-html-report-ui
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged debounce canonicalization</title>
<updated>2016-07-28T13:12:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-28T13:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=12a1a44fd19f871647dfc256797936126cb58138'/>
<id>12a1a44fd19f871647dfc256797936126cb58138</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in scop/coverage.py/pngs (pull request #86)</title>
<updated>2016-07-25T19:47:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-07-25T19:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2b3baa9ef5b74710b7bc01f3086edf8bcffe13ad'/>
<id>2b3baa9ef5b74710b7bc01f3086edf8bcffe13ad</id>
<content type='text'>
Optimize PNGs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimize PNGs
</pre>
</div>
</content>
</entry>
<entry>
<title>Run *.png through zopflipng</title>
<updated>2016-07-20T07:32:30+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-20T07:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=54cf88eeec261cbe7a945af9ea188f02f0f781dc'/>
<id>54cf88eeec261cbe7a945af9ea188f02f0f781dc</id>
<content type='text'>
--HG--
branch : pngs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : pngs
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up HTML filtering</title>
<updated>2016-07-20T07:15:18+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-20T07:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=185f5bf23ec878475ba8c01ae17c2a6340770bda'/>
<id>185f5bf23ec878475ba8c01ae17c2a6340770bda</id>
<content type='text'>
--HG--
branch : html-filter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : html-filter
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct references to the debounce library file.</title>
<updated>2016-07-14T19:14:41+00:00</updated>
<author>
<name>Ben Finney</name>
<email>ben+python@benfinney.id.au</email>
</author>
<published>2016-07-14T19:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c4de69c91cc851eece835c614284bebd2c125ec7'/>
<id>c4de69c91cc851eece835c614284bebd2c125ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
