Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Latest sample_htmlcoverage-4.2 | Ned Batchelder | 2016-07-26 | 12 | -1777/+1786 |
| | |||||
* | Paperwork for version 4.2 | Ned Batchelder | 2016-07-26 | 6 | -6/+81 |
| | |||||
* | Fix a broken link | Ned Batchelder | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | Merged in scop/coverage.py/pngs (pull request #86) | Ned Batchelder | 2016-07-25 | 4 | -0/+0 |
|\ | | | | | | | Optimize PNGs | ||||
| * | Run *.png through zopflipng | Ville Skyttä | 2016-07-20 | 4 | -0/+0 |
| | | | | | | | | | | --HG-- branch : pngs | ||||
* | | Give credit to Ville Skyttä for pr #85 | Ned Batchelder | 2016-07-25 | 2 | -0/+3 |
| | | |||||
* | | Merged in scop/coverage.py/html-filter (pull request #85) | Ned Batchelder | 2016-07-25 | 2 | -22/+18 |
|\ \ | | | | | | | | | | Speed up HTML filtering | ||||
| * | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 2 | -22/+18 |
| |/ | | | | | | | | | --HG-- branch : html-filter | ||||
* | | Remove QUnit files we no longer need | Ned Batchelder | 2016-07-25 | 2 | -1673/+0 |
| | | |||||
* | | Update to QUnit 2.0.1 for Javascript tests | Ned Batchelder | 2016-07-25 | 2 | -56/+54 |
| | | |||||
* | | Compensate for setuptools 25.0.0 seemingly doing sys.path differently | Ned Batchelder | 2016-07-24 | 1 | -0/+5 |
| | | |||||
* | | Set the rcfile for multiprocessing subprocesses | Ned Batchelder | 2016-07-24 | 3 | -8/+22 |
|/ | |||||
* | Multiprocessing needs to communicate the rcfile down to the subprocesses | Ned Batchelder | 2016-07-13 | 3 | -20/+63 |
| | |||||
* | Rename to multiproc.py, since it only does one thing. | Ned Batchelder | 2016-07-12 | 2 | -1/+1 |
| | | | | | --HG-- rename : coverage/monkey.py => coverage/multiproc.py | ||||
* | Cover a few more lines in cmdline.py | Ned Batchelder | 2016-07-10 | 3 | -9/+49 |
| | |||||
* | Simplify debug.log by using an existing helper | Ned Batchelder | 2016-07-10 | 1 | -2/+1 |
| | |||||
* | Fix metacov after a recent change | Ned Batchelder | 2016-07-10 | 1 | -1/+2 |
| | | | | | | The fix for subprocess measurement affecting coverage commands also made it so that metacoverage wouldn't record coverage for subprocesses. I have a feeling this isn't over yet... | ||||
* | Add a helper function for debugging deep problems | Ned Batchelder | 2016-07-10 | 1 | -0/+9 |
| | |||||
* | Fix the check for default values of run-affecting options, and add a test | Ned Batchelder | 2016-07-09 | 2 | -1/+11 |
| | |||||
* | Fail command lines that use multiprocessing and other options together. #495 | Ned Batchelder | 2016-07-09 | 3 | -0/+35 |
| | |||||
* | Get rid of args_ok, it shrank to almost nothing. | Ned Batchelder | 2016-07-09 | 1 | -16/+4 |
| | |||||
* | Bump the version number | Ned Batchelder | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Make more tweaks to the man page | Ned Batchelder | 2016-07-04 | 1 | -2/+2 |
| | |||||
* | Coverage 4.2b1 | Ned Batchelder | 2016-07-04 | 1 | -0/+1 |
| | |||||
* | Update the 4.2b1 details where we need themcoverage-4.2b1 | Ned Batchelder | 2016-07-04 | 5 | -6/+14 |
| | |||||
* | Make a beta of 4.2 | Ned Batchelder | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Tweak the docs about using other options with multiprocessing | Ned Batchelder | 2016-07-04 | 1 | -2/+3 |
| | |||||
* | A little more clean-up on the concurrency tests | Ned Batchelder | 2016-07-04 | 1 | -11/+13 |
| | |||||
* | 4.2 is mostly sprint work | Ned Batchelder | 2016-07-04 | 1 | -0/+2 |
| | |||||
* | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 10 | -50/+125 |
| | |||||
* | Refactor concurrency tests to make the pieces more composable | Ned Batchelder | 2016-07-03 | 1 | -119/+196 |
| | | | | | --HG-- extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205 | ||||
* | Improve the --append help description | Ned Batchelder | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Explicitly install the theme sphinx no longer installs | Ned Batchelder | 2016-06-26 | 1 | -0/+1 |
| | |||||
* | Update requirements | Ned Batchelder | 2016-06-26 | 3 | -4/+4 |
| | |||||
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 11 | -41/+35 |
| | |||||
* | Mark some impossible-to-cover lines | Ned Batchelder | 2016-06-25 | 2 | -4/+4 |
| | |||||
* | Change an always-taken elif to an else | Ned Batchelder | 2016-06-25 | 1 | -1/+2 |
| | |||||
* | Fixes two overlookeds self.skip calls | Ned Batchelder | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 6 | -6/+28 |
| | | | | | | | | | | | 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. | ||||
* | Prevent subprocess measurement from measuring coverage commands. #492 | Ned Batchelder | 2016-06-24 | 3 | -4/+22 |
| | |||||
* | Clean up the previous commit that adds a test for #492 | Ned Batchelder | 2016-06-24 | 2 | -2/+6 |
| | |||||
* | Cleanup test case #492 | Dan Riti | 2016-06-24 | 1 | -0/+7 |
| | |||||
* | Add test case that demonstrates problem #492 | Dan Riti | 2016-06-24 | 1 | -3/+29 |
| | |||||
* | No need to mention object. | Ned Batchelder | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | A SimpleRepr class to inherit a simple __repr__ implementation. | Ned Batchelder | 2016-06-23 | 2 | -2/+12 |
| | |||||
* | A real name for karlw00t | Ned Batchelder | 2016-06-19 | 2 | -2/+2 |
| | |||||
* | Use latest of unittest-mixins | Ned Batchelder | 2016-06-18 | 1 | -1/+1 |
| | |||||
* | Use unittest-mixins 1.1 | Ned Batchelder | 2016-06-12 | 1 | -2/+2 |
| | |||||
* | An example of using aspectlib to debug how people are calling coverage | Ned Batchelder | 2016-06-12 | 1 | -0/+14 |
| | |||||
* | This isn't used, but I liked it | Ned Batchelder | 2016-06-12 | 1 | -0/+256 |
| |