<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_cmdline.py, branch coverage-4.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>Merged in dachary/coverage.py/issue-433-2 (pull request #112)</title>
<updated>2016-12-24T22:05:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-24T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6afef68b890997a2a0f46444f9f5ecd4e2d5357a'/>
<id>6afef68b890997a2a0f46444f9f5ecd4e2d5357a</id>
<content type='text'>
implement --skip-covered for html report #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement --skip-covered for html report #433
</pre>
</div>
</content>
</entry>
<entry>
<title>implement --skip-covered for html report #433</title>
<updated>2016-12-18T16:24:37+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-18T16:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c863b83d505397c1af74c152f4f3900c80877073'/>
<id>c863b83d505397c1af74c152f4f3900c80877073</id>
<content type='text'>
close #433

--HG--
branch : issue-433-2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #433

--HG--
branch : issue-433-2
</pre>
</div>
</content>
</entry>
<entry>
<title>--source and --include are mutually exclusive #265</title>
<updated>2016-12-16T12:29:18+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-16T12:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fe5739b703c4f4171e998bee9ce2ad3dfd7959a2'/>
<id>fe5739b703c4f4171e998bee9ce2ad3dfd7959a2</id>
<content type='text'>
Add a sanity_check function to CoverageConfig to perform sanity checks
after configuration values have been collected from files, arguments
etc.

Raise an error if --source and --include are both set.

The config tests are amended because some of them have both source and
include set.

Based on the original patch from Nathan Land

close #265

--HG--
branch : issue-265
extra : amend_source : 2c0e1173285d07174bc632fb3a8df437201607a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a sanity_check function to CoverageConfig to perform sanity checks
after configuration values have been collected from files, arguments
etc.

Raise an error if --source and --include are both set.

The config tests are amended because some of them have both source and
include set.

Based on the original patch from Nathan Land

close #265

--HG--
branch : issue-265
extra : amend_source : 2c0e1173285d07174bc632fb3a8df437201607a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Combining twice shouldn't lose data. #412, #516</title>
<updated>2016-08-07T15:53:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-08-07T15:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b3d626c3936d11c189b8e810ccb93ceaa019b156'/>
<id>b3d626c3936d11c189b8e810ccb93ceaa019b156</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cover a few more lines in cmdline.py</title>
<updated>2016-07-10T21:15:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-10T21:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a69a43b43f89408fe7afcea76954cbdcf1c09b9'/>
<id>9a69a43b43f89408fe7afcea76954cbdcf1c09b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the check for default values of run-affecting options, and add a test</title>
<updated>2016-07-09T23:30:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-09T23:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2d3759d244a5f88101e208be8c965881f227f65b'/>
<id>2d3759d244a5f88101e208be8c965881f227f65b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail command lines that use multiprocessing and other options together. #495</title>
<updated>2016-07-09T16:36:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-09T16:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=00f842367a49bc9c0a486cabf0dd01dd36bc72aa'/>
<id>00f842367a49bc9c0a486cabf0dd01dd36bc72aa</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://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=98539b47a2790255f633260bcd60243dc7b6647c'/>
<id>98539b47a2790255f633260bcd60243dc7b6647c</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://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=609bd9a53c89d6449ee504c266b3d02c15a097d0'/>
<id>609bd9a53c89d6449ee504c266b3d02c15a097d0</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>Make report's 'sort' option available only via the configuration file, not available on the command line.</title>
<updated>2016-06-08T23:51:55+00:00</updated>
<author>
<name>Dan Wandschneider</name>
<email>daniel.wandschneider@schrodinger.com</email>
</author>
<published>2016-06-08T23:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ac0063e7818271b8926da1c063022273aab580ec'/>
<id>ac0063e7818271b8926da1c063022273aab580ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
