<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch 6.3</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/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://trove.baserock.org/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: make it easier to add command-line options correctly</title>
<updated>2022-01-25T14:31:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-25T14:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2e65e19cfe29429aa4797e6a55d96c79bd2cbfac'/>
<id>2e65e19cfe29429aa4797e6a55d96c79bd2cbfac</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://trove.baserock.org/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>style: uniform formatting of cmdline options</title>
<updated>2022-01-25T13:23:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-25T13:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2ff243942be7d86417d132287d0c1acabec0dc2e'/>
<id>2ff243942be7d86417d132287d0c1acabec0dc2e</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://trove.baserock.org/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>feat: use --data-file to configure the coverage database</title>
<updated>2022-01-25T13:23:10+00:00</updated>
<author>
<name>Nikita Bloshchanevich</name>
<email>nikblos@outlook.com</email>
</author>
<published>2022-01-15T13:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ba884e41506fd6e8f6eca91a13fe1661b3220c5e'/>
<id>ba884e41506fd6e8f6eca91a13fe1661b3220c5e</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://trove.baserock.org/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>style: cleanups after lcov, though more than just lcov</title>
<updated>2022-01-22T22:37:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-22T21:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2e8c1910cad1ba23726e62e03c4ae1608f3fb26e'/>
<id>2e8c1910cad1ba23726e62e03c4ae1608f3fb26e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://trove.baserock.org/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://trove.baserock.org/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>
</feed>
