<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/htmlfiles/pyfile.html, branch master</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>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>style(html): clean up the html tags and styles</title>
<updated>2022-05-20T20:28:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-05-20T20:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6ef7807301fd02e58f9d80429333b589814738fc'/>
<id>6ef7807301fd02e58f9d80429333b589814738fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(html): version and timestamp at the top of report files.</title>
<updated>2022-05-20T11:58:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-05-20T11:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=82a5c98d4ee6379ea5ce8c6ac86f43ecb0fb6782'/>
<id>82a5c98d4ee6379ea5ce8c6ac86f43ecb0fb6782</id>
<content type='text'>
This is a re-implementation of pull #1354.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a re-implementation of pull #1354.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: more html keyboard shortcuts</title>
<updated>2022-05-19T16:40:23+00:00</updated>
<author>
<name>J. M. F. Tsang</name>
<email>j.m.f.tsang@cantab.net</email>
</author>
<published>2022-04-21T23:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5b2e525e4cf635db5c8149850fbd0732236b9711'/>
<id>5b2e525e4cf635db5c8149850fbd0732236b9711</id>
<content type='text'>
On each page the shortcuts '[' and ']' will take you to the previous and
next files respectively. On the index page they take you to the final
and first files respectively.

Pressing 'u' while on a file will now take you back to index.html, like
on Gerrit.

'?' opens and closes the help panel.

Test cases:

    $ pytest --cov-report html --cov=. tests.py

in a directory with just tests.py, then with one, two or three .py
files.

Tested on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:99.0) Gecko/20100101 Firefox/99.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On each page the shortcuts '[' and ']' will take you to the previous and
next files respectively. On the index page they take you to the final
and first files respectively.

Pressing 'u' while on a file will now take you back to index.html, like
on Gerrit.

'?' opens and closes the help panel.

Test cases:

    $ pytest --cov-report html --cov=. tests.py

in a directory with just tests.py, then with one, two or three .py
files.

Tested on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:99.0) Gecko/20100101 Firefox/99.0
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't mention the p shortcut if not doing branches</title>
<updated>2021-10-30T20:13:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T20:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a42ac864c97e81db170a0450b191903f8ffdcdda'/>
<id>a42ac864c97e81db170a0450b191903f8ffdcdda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(html): fix a few problems with the html report</title>
<updated>2021-10-24T00:01:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T23:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bd929f953734f3f5d6cf3e0534aa573b44fc45e2'/>
<id>bd929f953734f3f5d6cf3e0534aa573b44fc45e2</id>
<content type='text'>
- highlights weren't showing

- anchored lines were not visible

- some j/k motions were broken

- clicking the big buttons at the top didn't work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- highlights weren't showing

- anchored lines were not visible

- some j/k motions were broken

- clicking the big buttons at the top didn't work
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(html): remove all uses of jQuery, only vanilla JS now</title>
<updated>2021-10-23T12:15:29+00:00</updated>
<author>
<name>Septatrix</name>
<email>24257556+Septatrix@users.noreply.github.com</email>
</author>
<published>2021-03-27T12:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a'/>
<id>9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a</id>
<content type='text'>
This is squashed from pull request #1248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is squashed from pull request #1248
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(html): a one-header sticky header</title>
<updated>2021-10-23T11:26:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T02:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5da82cc579a69b5a53f9c15dfce28e37917d1579'/>
<id>5da82cc579a69b5a53f9c15dfce28e37917d1579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(html): sticky header on pyfile</title>
<updated>2021-10-17T15:05:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-17T00:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b2ca5af1e1811d2ac00a552df4703e8f318582b8'/>
<id>b2ca5af1e1811d2ac00a552df4703e8f318582b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
