<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch nedbat/remove-unittest-testcase</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>feat: percent_covered_display in the JSON report</title>
<updated>2021-03-02T13:44:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-02T13:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c4fc383351c8a683e85953785d1365c9e5e791b7'/>
<id>c4fc383351c8a683e85953785d1365c9e5e791b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unused code paths</title>
<updated>2021-02-28T22:33:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T22:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a095d73938a3fee8b56d0de840e0e81bfa52739f'/>
<id>a095d73938a3fee8b56d0de840e0e81bfa52739f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: version bump</title>
<updated>2021-02-28T20:19:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T20:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=582b42a1bde6a5fd62b793fa2733d31669498a0f'/>
<id>582b42a1bde6a5fd62b793fa2733d31669498a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: version 5.5 prep</title>
<updated>2021-02-28T17:22:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T17:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9e8010cf1626dad26a02aa949c105481d540c631'/>
<id>9e8010cf1626dad26a02aa949c105481d540c631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't report branches to missing lines. #1065</title>
<updated>2021-02-28T16:02:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T15:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=79087b9f9e561bec1654ee80f143c4754641e81f'/>
<id>79087b9f9e561bec1654ee80f143c4754641e81f</id>
<content type='text'>
Fixes: #1065
Fixes: #955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #1065
Fixes: #955
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix a few metacov exclusions</title>
<updated>2021-02-28T14:02:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b12f189e8ed34b31438b8cca19133b74f7d67f90'/>
<id>b12f189e8ed34b31438b8cca19133b74f7d67f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: improve an error message. #803</title>
<updated>2021-02-28T13:28:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T13:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=169972546b699f01813131d5356d0edcfc739343'/>
<id>169972546b699f01813131d5356d0edcfc739343</id>
<content type='text'>
Fixes #803.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #803.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unused exception handling</title>
<updated>2021-02-28T12:31:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T12:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f5d60436c51a47629d4afee8aa97ec69e5eeb9c7'/>
<id>f5d60436c51a47629d4afee8aa97ec69e5eeb9c7</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 line visibility is saved in local storage #1123</title>
<updated>2021-02-27T20:44:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-27T20:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8750045b3dd2cd7530bb2795f2d7a36f89353225'/>
<id>8750045b3dd2cd7530bb2795f2d7a36f89353225</id>
<content type='text'>
Seems like we could unify the two different uses of localStorage, but
that's for another time.

Fixes: #1123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems like we could unify the two different uses of localStorage, but
that's for another time.

Fixes: #1123
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: HTML report makes room for 4-digit line numbers #1124</title>
<updated>2021-02-27T12:34:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-27T12:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c7052bb24da03b5112c6d7fd1386936e211223f0'/>
<id>c7052bb24da03b5112c6d7fd1386936e211223f0</id>
<content type='text'>
Fixes: #1124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #1124
</pre>
</div>
</content>
</entry>
</feed>
