<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/control.py, branch 6.3.1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>fix: only set signal handlers from the main thread. #1312</title>
<updated>2022-01-26T23:07:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-26T11:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=00da68ef1a0b4d43c003babae0cb8f91beaf06d2'/>
<id>00da68ef1a0b4d43c003babae0cb8f91beaf06d2</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://git.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://git.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>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://git.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>
<entry>
<title>feat: multiple --concurrency values. #1012 #1082</title>
<updated>2021-11-25T20:03:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T11:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c9d821deba6f7ee5eef30fef5355f7c93808b4f9'/>
<id>c9d821deba6f7ee5eef30fef5355f7c93808b4f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: suffix=False will suppress the suffix even with multiprocessing. #989</title>
<updated>2021-11-18T17:12:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-18T11:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2094909df35db45ca7a409cc37f38d49c3191d2a'/>
<id>2094909df35db45ca7a409cc37f38d49c3191d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: specialize exceptions</title>
<updated>2021-11-14T16:41:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-14T00:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1c29ef3e4b871508bb2defd6b47b9a745547b626'/>
<id>1c29ef3e4b871508bb2defd6b47b9a745547b626</id>
<content type='text'>
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes).  Introduce specialized exceptions that
allow third-party tools to integrate better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes).  Introduce specialized exceptions that
allow third-party tools to integrate better.
</pre>
</div>
</content>
</entry>
<entry>
<title>style(docs): make note:: uses uniform</title>
<updated>2021-11-13T21:02:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-13T21:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6a6b60426c3b45d91ab9211c50bea8ecc191e59a'/>
<id>6a6b60426c3b45d91ab9211c50bea8ecc191e59a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: remapping paths during combining needs to follow relative_files=True. #1147</title>
<updated>2021-11-06T22:06:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-06T21:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1a616da57258bb3a1d6a0fbd05adfcb76155c49c'/>
<id>1a616da57258bb3a1d6a0fbd05adfcb76155c49c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deprecated: the annotate command will be removed in a future version</title>
<updated>2021-10-29T10:33:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-29T10:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=59b07a12de95de776fa2f44a2101f63a156fee75'/>
<id>59b07a12de95de776fa2f44a2101f63a156fee75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
