<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/doc, branch 6.3</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>build: prepping for 6.3</title>
<updated>2022-01-25T14:40:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-25T14:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=97d78e6a8502f84f415c183d06d474bab65a59d0'/>
<id>97d78e6a8502f84f415c183d06d474bab65a59d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: latest sample HTML report</title>
<updated>2022-01-25T14:39:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-25T14:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=fb3f6326876172e54c781f6bfac5f7708a663064'/>
<id>fb3f6326876172e54c781f6bfac5f7708a663064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: more cleanup of --data-file options</title>
<updated>2022-01-25T14:28:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-25T14:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bf8cbe1289ed42f51bf788fc86f7a8cee114c3e3'/>
<id>bf8cbe1289ed42f51bf788fc86f7a8cee114c3e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: adjust some of the --data-file option handling</title>
<updated>2022-01-25T13:23:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-25T03:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1a75ebbff87302a0d5d641a557e0f9d3ac3950f5'/>
<id>1a75ebbff87302a0d5d641a557e0f9d3ac3950f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: save data on SIGTERM #1307</title>
<updated>2022-01-23T18:44:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-23T12:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dd575eec0fa173bcb6c680d2f1c822a28280d011'/>
<id>dd575eec0fa173bcb6c680d2f1c822a28280d011</id>
<content type='text'>
This covers multiprocessing.Process.terminate(), and maybe other cases also.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This covers multiprocessing.Process.terminate(), and maybe other cases also.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: small fixes to lcov, and changes.rst mention.</title>
<updated>2022-01-22T21:48:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-22T20:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3f221e0339b74137bbf45289497955700dc49feb'/>
<id>3f221e0339b74137bbf45289497955700dc49feb</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 "lcov" command for generating LCOV reports</title>
<updated>2022-01-22T20:14:23+00:00</updated>
<author>
<name>Bradley Burns</name>
<email>56638814+bradb423@users.noreply.github.com</email>
</author>
<published>2022-01-22T20:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cbe2e205dac99f20afff4ccdeca21fd10d596565'/>
<id>cbe2e205dac99f20afff4ccdeca21fd10d596565</id>
<content type='text'>
* Add LCOV functionality into coverage.py

* Add testing for the LCOV reporter

* Add documentation for the LCOV reporter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add LCOV functionality into coverage.py

* Add testing for the LCOV reporter

* Add documentation for the LCOV reporter</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(docs): don't use extlink</title>
<updated>2022-01-21T02:50:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-21T02:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a533780834c2223edb1e5db51457f53f677c1ac8'/>
<id>a533780834c2223edb1e5db51457f53f677c1ac8</id>
<content type='text'>
extlinks are handy shortcuts, but GitHub won't render them, and now
Sphinx warns if you make an explicit link that could have been an
extlink.  So just keep it low-tech, and don't use extlinks at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extlinks are handy shortcuts, but GitHub won't render them, and now
Sphinx warns if you make an explicit link that could have been an
extlink.  So just keep it low-tech, and don't use extlinks at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make upgrade</title>
<updated>2022-01-20T11:41:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-20T11:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5a9e775a13e8e3b5f92a910a86daf0c239868661'/>
<id>5a9e775a13e8e3b5f92a910a86daf0c239868661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: provide hints about how to fix cog-check quality failures.</title>
<updated>2022-01-15T22:16:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T22:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e52d616a065da649494f37112cadfde0c646a0b9'/>
<id>e52d616a065da649494f37112cadfde0c646a0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
