<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/html.py, branch 7.2.4</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>test: refactor and add a test of terminal link text</title>
<updated>2023-04-27T02:01:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-27T01:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=74b1758bb138355d5036631d8c92e7b0871339b2'/>
<id>74b1758bb138355d5036631d8c92e7b0871339b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add hyperlink to console output (#1613)</title>
<updated>2023-04-26T23:31:18+00:00</updated>
<author>
<name>Ricardo Newbery</name>
<email>ric@digitalmarbles.com</email>
</author>
<published>2023-04-26T23:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5f31ff9ae35cee27a25f4413664c0ac527fc3a15'/>
<id>5f31ff9ae35cee27a25f4413664c0ac527fc3a15</id>
<content type='text'>
* Add hyperlink to console output

* python 3.7 compat version of detecting console tty</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add hyperlink to console output

* python 3.7 compat version of detecting console tty</pre>
</div>
</content>
</entry>
<entry>
<title>perf: make the context shortcodes even shorter</title>
<updated>2023-04-01T12:59:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-01T12:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b8498bf9c144344fd70cbb6e72c13e65c13b5e48'/>
<id>b8498bf9c144344fd70cbb6e72c13e65c13b5e48</id>
<content type='text'>
On the coverage.py metacov, this makes the HTML 5% smaller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On the coverage.py metacov, this makes the HTML 5% smaller.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: use double-quotes</title>
<updated>2023-03-22T19:05:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-22T18:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=16abd82b6e87753184e8308c4b2606ff3979f8d3'/>
<id>16abd82b6e87753184e8308c4b2606ff3979f8d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: clean up #1587</title>
<updated>2023-03-22T17:58:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-22T17:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=63f3e495b184ebd9aa4c9d757fb78ed148580d29'/>
<id>63f3e495b184ebd9aa4c9d757fb78ed148580d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: put contexts dict in &lt;script&gt; and reveal them using JavaScript (#1587)</title>
<updated>2023-03-22T16:42:35+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2023-03-22T16:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d6cb1cdca6d15f5ec02eb6708314589290321faf'/>
<id>d6cb1cdca6d15f5ec02eb6708314589290321faf</id>
<content type='text'>
* Put contexts dict in &lt;script&gt; and reveal them using JavaScript

Fixes #1584

* Address review comments

* coverage/htmlfiles/style.css: Align the contexts to the right

* coverage/htmlfiles/style.scss: Match style.css

* coverage/html.py: Fix linting and mypy errors

* two_tests_py.html: make update-gold</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Put contexts dict in &lt;script&gt; and reveal them using JavaScript

Fixes #1584

* Address review comments

* coverage/htmlfiles/style.css: Align the contexts to the right

* coverage/htmlfiles/style.scss: Match style.css

* coverage/html.py: Fix linting and mypy errors

* two_tests_py.html: make update-gold</pre>
</div>
</content>
</entry>
<entry>
<title>fix: export our public names for type checking. #1564</title>
<updated>2023-02-26T12:47:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-02-24T12:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c3a3421721788d863012330bc0789b828ce4bcd0'/>
<id>c3a3421721788d863012330bc0789b828ce4bcd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: html.py</title>
<updated>2023-01-12T12:13:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-12T12:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8fba8f18806b10e3713c124db538976527b7514d'/>
<id>8fba8f18806b10e3713c124db538976527b7514d</id>
<content type='text'>
The squishiness of IndexInfoDict.nums is frustrating.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The squishiness of IndexInfoDict.nums is frustrating.
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: control.py is checked</title>
<updated>2023-01-01T01:39:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-31T22:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5a72a1eb736516759201b223463f69f00979818e'/>
<id>5a72a1eb736516759201b223463f69f00979818e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: check tests/goldtest.py, tests/test_html.py</title>
<updated>2022-12-31T19:53:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-31T19:53:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bf73b37080c3c6deec969a555b45b70ee6727b13'/>
<id>bf73b37080c3c6deec969a555b45b70ee6727b13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
