<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/doc/cmd.rst, branch issue-519</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Document the multiproc debug option</title>
<updated>2016-10-22T13:49:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-10-22T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=3d4e44219ba2b2db882c7dc77c0d29ae2ff3f907'/>
<id>3d4e44219ba2b2db882c7dc77c0d29ae2ff3f907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use doc8 for some light checking of doc files</title>
<updated>2016-10-02T15:03:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-10-02T15:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=55188f6f1a02818e508351c7495d8c0c4d68600f'/>
<id>55188f6f1a02818e508351c7495d8c0c4d68600f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update link to cobertura</title>
<updated>2016-09-28T12:03:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-28T12:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=979f9a4fde2a7f22d404d2c62ec52a3b020bf078'/>
<id>979f9a4fde2a7f22d404d2c62ec52a3b020bf078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak the docs about using other options with multiprocessing</title>
<updated>2016-07-04T13:40:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-04T13:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f3d323b05a4e22fd3c96fc000eafd2333311a703'/>
<id>f3d323b05a4e22fd3c96fc000eafd2333311a703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the concurrency option be multi-valued. #484</title>
<updated>2016-07-04T12:20:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-04T12:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e7fdd272fe8780230ef3aee9910324a932ab1d43'/>
<id>e7fdd272fe8780230ef3aee9910324a932ab1d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine no longer appends by default</title>
<updated>2016-06-25T12:35:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-06-25T12:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=34cdb26ab14c9fe62d782fe4dffa9472a2cf4303'/>
<id>34cdb26ab14c9fe62d782fe4dffa9472a2cf4303</id>
<content type='text'>
Combine used to always load an existing .coverage file. This lead to confusing
results and extra tox-clean steps.  Now the default is to not load the existing
file, though a new --append switch on coverage combine gets you that behavior
if you need it.

This also pointed up an issue with concurrency=multiprocessing, which is that
the child processes automatically used parallel=True, but the parent process
did not.  Now concurrency=multiprocessing implies parallel=True.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Combine used to always load an existing .coverage file. This lead to confusing
results and extra tox-clean steps.  Now the default is to not load the existing
file, though a new --append switch on coverage combine gets you that behavior
if you need it.

This also pointed up an issue with concurrency=multiprocessing, which is that
the child processes automatically used parallel=True, but the parent process
did not.  Now concurrency=multiprocessing implies parallel=True.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for `coverage debug config`</title>
<updated>2016-06-02T22:04:45+00:00</updated>
<author>
<name>Matthew Boehm</name>
<email>boehm.matthew@gmail.com</email>
</author>
<published>2016-06-02T22:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=efd9a1d28d0b9c9b377f59f9426631af916461cb'/>
<id>efd9a1d28d0b9c9b377f59f9426631af916461cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mentions to the docs about the need for the C extension</title>
<updated>2016-03-30T01:06:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-03-30T01:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=52c092487444f026bce07fc556f51c61511e8e45'/>
<id>52c092487444f026bce07fc556f51c61511e8e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak the docs</title>
<updated>2016-02-23T02:27:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-23T02:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d676fb6052b9143f6b4f1e35ed7c6fe95d48ff8f'/>
<id>d676fb6052b9143f6b4f1e35ed7c6fe95d48ff8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in doc for combine.</title>
<updated>2015-11-29T20:51:27+00:00</updated>
<author>
<name>Aron Griffis</name>
<email>aron@arongriffis.com</email>
</author>
<published>2015-11-29T20:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=0eba4fa4a81cee2b1ec7f3ffe0d0cf40a28a74af'/>
<id>0eba4fa4a81cee2b1ec7f3ffe0d0cf40a28a74af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
