<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/htmlfiles/coverage_html.js, branch coverage-4.0a4</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Fix some jshint warnings</title>
<updated>2014-10-25T01:17:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2014-10-25T01:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2bc8306a31a818e0b68c842ce4c51627f428943f'/>
<id>2bc8306a31a818e0b68c842ce4c51627f428943f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Filtering now computes coverage percentages properly.</title>
<updated>2014-10-23T02:04:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2014-10-23T02:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f1fa57a4b57f42694ca4d82c876e5f347dcaa381'/>
<id>f1fa57a4b57f42694ca4d82c876e5f347dcaa381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be more flexible about the number of columns to re-add during filtering.</title>
<updated>2014-10-21T01:19:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2014-10-21T01:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a2db5014858f024b6866cf54bb9b09509aca9c18'/>
<id>a2db5014858f024b6866cf54bb9b09509aca9c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address comments from pull request 34 (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff):</title>
<updated>2014-09-22T11:05:15+00:00</updated>
<author>
<name>Danny Allen</name>
<email>danny.allen@pennantplc.co.uk</email>
</author>
<published>2014-09-22T11:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c4935999f882e7317121e884629d07080f1bc776'/>
<id>c4935999f882e7317121e884629d07080f1bc776</id>
<content type='text'>
* Remove fixed header and header buttons in file details page.
* Add dynamically summing footer values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove fixed header and header buttons in file details page.
* Add dynamically summing footer values.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Do not try to jump to line if we can't find a matching target.</title>
<updated>2014-05-15T12:35:28+00:00</updated>
<author>
<name>Danny Allen</name>
<email>danny.allen@pennantplc.co.uk</email>
</author>
<published>2014-05-15T12:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c81183f614ca982cd2ed93ac8e6e76610d162202'/>
<id>c81183f614ca982cd2ed93ac8e6e76610d162202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Respond to pull request #18 comments</title>
<updated>2014-05-15T12:06:53+00:00</updated>
<author>
<name>Danny Allen</name>
<email>danny.allen@pennantplc.co.uk</email>
</author>
<published>2014-05-15T12:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=fec2d525b3848888e805ec782c9ade1f193a0add'/>
<id>fec2d525b3848888e805ec782c9ade1f193a0add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework of my pull request #18:</title>
<updated>2014-05-15T11:29:17+00:00</updated>
<author>
<name>Danny Allen</name>
<email>danny.allen@pennantplc.co.uk</email>
</author>
<published>2014-05-15T11:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c24c5b0ce6aa1b2cc90529fefec248dadd32125d'/>
<id>c24c5b0ce6aa1b2cc90529fefec248dadd32125d</id>
<content type='text'>
* Implement "go to next" buttons in pyfile UI
* Improve filter on main UI to persist over page reloads
* Hide totals table footer if hiding any rows, as values will be inaccurate
* Implement live filtering of index table rows
* Upgrade to jQuery 1.11.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement "go to next" buttons in pyfile UI
* Improve filter on main UI to persist over page reloads
* Hide totals table footer if hiding any rows, as values will be inaccurate
* Implement live filtering of index table rows
* Upgrade to jQuery 1.11.1
</pre>
</div>
</content>
</entry>
<entry>
<title>One more way to be picky: no final blank lines.</title>
<updated>2012-10-30T11:33:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-10-30T11:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9d6abb08c303e6a0cc2c08f71067c0b84977e4e6'/>
<id>9d6abb08c303e6a0cc2c08f71067c0b84977e4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep all the Javascript in the .js files.</title>
<updated>2012-04-28T21:18:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-28T21:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=89974b205eb2c35998fcb5f03f4520cf010deaae'/>
<id>89974b205eb2c35998fcb5f03f4520cf010deaae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleaner</title>
<updated>2011-06-27T02:55:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-06-27T02:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=50b545b30949343da52978e94da992e9da0fd0d0'/>
<id>50b545b30949343da52978e94da992e9da0fd0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
