<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch nedbat/test_goldtest</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(html): ariaSort isn't supported in Firefox yet</title>
<updated>2021-10-24T01:48:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-24T01:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4902b6c53740c8e871bb03e69e4345c5cafad96e'/>
<id>4902b6c53740c8e871bb03e69e4345c5cafad96e</id>
<content type='text'>
The HTML report index page wasn't indicating the sort order properly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The HTML report index page wasn't indicating the sort order properly
</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: no more need for a search path for static files</title>
<updated>2021-10-23T21:34:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T15:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bb2bc1a6295ee8fc4f3cccfe72aeb3d3ae5246cb'/>
<id>bb2bc1a6295ee8fc4f3cccfe72aeb3d3ae5246cb</id>
<content type='text'>
We used to search an OS-specific directory in addition to our own, specifically
so that Debian could use an OS-installed copy of jQuery and its plugins.  But we
no longer have jQuery or any third-party JavaScript code, so we don't need to
search the Debian directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to search an OS-specific directory in addition to our own, specifically
so that Debian could use an OS-installed copy of jQuery and its plugins.  But we
no longer have jQuery or any third-party JavaScript code, so we don't need to
search the Debian directories.
</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>fix(html): scrolling to an anchor ensures the line is visible</title>
<updated>2021-10-21T00:43:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-21T00:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e2281bc901150bafb6f64e62807b32abf22520a7'/>
<id>e2281bc901150bafb6f64e62807b32abf22520a7</id>
<content type='text'>
The sticky header was hiding the line scrolled to the top of the window.

Along the way, also changed to use classes on &lt;body&gt; to control the
sticky header, and moved the header code into a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sticky header was hiding the line scrolled to the top of the window.

Along the way, also changed to use classes on &lt;body&gt; to control the
sticky header, and moved the header code into a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: avoid measuring generated code. #1160</title>
<updated>2021-10-19T01:54:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-19T01:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=afe6cf34d022e8dbbaa47826c487a98ca6832721'/>
<id>afe6cf34d022e8dbbaa47826c487a98ca6832721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: no need for specialized pyexpat code anymore</title>
<updated>2021-10-18T22:04:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-18T22:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8021196662dcadf161cbeaebb3be4b0392b51803'/>
<id>8021196662dcadf161cbeaebb3be4b0392b51803</id>
<content type='text'>
The pyexpat bug that plagued us was fixed in Python 3.4:
https://bugs.python.org/issue22462

We no longer need the code that adapted to it.  The test will remain, couldn't
hurt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pyexpat bug that plagued us was fixed in Python 3.4:
https://bugs.python.org/issue22462

We no longer need the code that adapted to it.  The test will remain, couldn't
hurt.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(html): adjust some colors</title>
<updated>2021-10-17T15:05:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-17T11:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a94da741e2f14de18e86d44070c82824e0bc404c'/>
<id>a94da741e2f14de18e86d44070c82824e0bc404c</id>
<content type='text'>
- make the yellow border more visible

- make the context-blue less vibrant

- all colors are lower-case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- make the yellow border more visible

- make the context-blue less vibrant

- all colors are lower-case
</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>
