<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/html.py, branch coverage-5.3</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Displaying timezone information in HTML report (#960)</title>
<updated>2020-07-23T23:13:19+00:00</updated>
<author>
<name>Xie Yanbo</name>
<email>xieyanbo@gmail.com</email>
</author>
<published>2020-07-23T23:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=224c73e34d80caebb34af1e06724fb7858ad732b'/>
<id>224c73e34d80caebb34af1e06724fb7858ad732b</id>
<content type='text'>
* Displaying timezone information in HTML report

* A helpber to format datetime with local timezone

* No backward compatibility with older python versions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Displaying timezone information in HTML report

* A helpber to format datetime with local timezone

* No backward compatibility with older python versions
</pre>
</div>
</content>
</entry>
<entry>
<title>fix context reporting for relative_files</title>
<updated>2019-12-21T15:28:40+00:00</updated>
<author>
<name>David Szotten</name>
<email>davidszotten@gmail.com</email>
</author>
<published>2019-12-20T16:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ade1f2c534d1b85c8b465ce302ab345b316ec3ef'/>
<id>ade1f2c534d1b85c8b465ce302ab345b316ec3ef</id>
<content type='text'>
fix reporting of contexts when `relative_files = True`

fixes #900
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix reporting of contexts when `relative_files = True`

fixes #900
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded variable initialization</title>
<updated>2019-11-10T02:06:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-09T23:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ffb7230e2f6e64b9ba219e12a1488038f42472b4'/>
<id>ffb7230e2f6e64b9ba219e12a1488038f42472b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally skip empty files in reports</title>
<updated>2019-11-01T10:36:13+00:00</updated>
<author>
<name>reybog90</name>
<email>reybog90@o2.pl</email>
</author>
<published>2019-10-30T19:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9b11268c358040abf7384702c3bc0e863ab753c5'/>
<id>9b11268c358040abf7384702c3bc0e863ab753c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better presentation of contexts. #855</title>
<updated>2019-10-13T16:30:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-10-12T23:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=eba18707241a052419d54cdc304aea346aa0605c'/>
<id>eba18707241a052419d54cdc304aea346aa0605c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn if asked to show context but none were measured. #851</title>
<updated>2019-10-10T10:16:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-10-10T10:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=54d8366cc755ebabdd15b6418f209e7339321847'/>
<id>54d8366cc755ebabdd15b6418f209e7339321847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clearer logic</title>
<updated>2019-10-02T17:26:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-10-02T17:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4c6a1f3746b9d9772cae7b415fc456422b4a8bd6'/>
<id>4c6a1f3746b9d9772cae7b415fc456422b4a8bd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML: Mark things to show instead of to hide.</title>
<updated>2019-07-06T14:04:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-04T21:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cfdcacea473dede9fb779256c812ff6a098a0714'/>
<id>cfdcacea473dede9fb779256c812ff6a098a0714</id>
<content type='text'>
Also made some other changes along the way:

* Scroll bar markers change as the selected categories change.

* We don't use css class 'stm' for anything, get rid of it.

* Better sass use all around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also made some other changes along the way:

* Scroll bar markers change as the selected categories change.

* We don't use css class 'stm' for anything, get rid of it.

* Better sass use all around.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up and test filtering contexts for reporting</title>
<updated>2019-07-02T03:14:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-02T03:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=25aff80d444a6b1fa87173ffd8026f69be7ae0d0'/>
<id>25aff80d444a6b1fa87173ffd8026f69be7ae0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Context reporting improvements and test</title>
<updated>2019-07-01T02:36:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-06-18T21:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=57e762c85d767eba791782596665d3e6980c83a7'/>
<id>57e762c85d767eba791782596665d3e6980c83a7</id>
<content type='text'>
Contexts should only be reported on lines that are marked as executed.
The empty outer context is now reported as "(empty)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contexts should only be reported on lines that are marked as executed.
The empty outer context is now reported as "(empty)".
</pre>
</div>
</content>
</entry>
</feed>
