<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/doc/config.rst, branch 6.3</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: 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>docs: clarify how --source affects reporting commands. #1159</title>
<updated>2021-10-18T11:02:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-18T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=50a0e37ad2e7a5ec655a797f0688f616c8b1a56f'/>
<id>50a0e37ad2e7a5ec655a797f0688f616c8b1a56f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: skip_covered and skip_empty were never documented</title>
<updated>2021-08-06T10:26:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-08-06T10:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a17f6eea453197dc6c013410c4df9cf9a28fec42'/>
<id>a17f6eea453197dc6c013410c4df9cf9a28fec42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: clarify the behavior of exclude_lines</title>
<updated>2021-07-25T12:28:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-25T12:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c6d9eb99dfe398bc404509fc8cfc3757bdbe4b89'/>
<id>c6d9eb99dfe398bc404509fc8cfc3757bdbe4b89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: avoid latin abbreviations</title>
<updated>2021-02-01T13:25:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-01T13:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=35d91c7aa186a84d0edb333bad60b520f3b1d719'/>
<id>35d91c7aa186a84d0edb333bad60b520f3b1d719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update config file doc to mention descending sort</title>
<updated>2021-02-01T13:22:44+00:00</updated>
<author>
<name>Arthur Deygin</name>
<email>29574203+artdgn@users.noreply.github.com</email>
</author>
<published>2021-02-01T03:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=bc9ee777a80ff4853b062d9363b459aa47ccf1f6'/>
<id>bc9ee777a80ff4853b062d9363b459aa47ccf1f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add versionadded info for the new 5.4 configuration options</title>
<updated>2021-01-26T11:45:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-26T11:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=782fb4036b26941d200e66a45c0fad32f9d34347'/>
<id>782fb4036b26941d200e66a45c0fad32f9d34347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>skip_covered and skip_empty for HTML. #1090</title>
<updated>2021-01-11T03:13:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-11T02:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b0710b1fc868db5c385b3d30a2fab49a2aeb2e81'/>
<id>b0710b1fc868db5c385b3d30a2fab49a2aeb2e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs and cleanup for source_pkgs</title>
<updated>2020-09-12T23:42:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-09-12T23:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=263f3e1da8e5a6a32056a8697286f9adf0f6a55d'/>
<id>263f3e1da8e5a6a32056a8697286f9adf0f6a55d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --help output to command docs, and other reorganization</title>
<updated>2020-07-04T14:34:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-07-04T14:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c60118961ecb3543a9b71ca93513007e91318df4'/>
<id>c60118961ecb3543a9b71ca93513007e91318df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
