| Commit message (Expand) | Author | Age | Files | Lines |
* | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 1 | -23/+28 |
* | Fix this comment that was left behind | Ned Batchelder | 2017-02-03 | 1 | -2/+1 |
* | Clean up for pull request #122 | Ned Batchelder | 2017-01-14 | 1 | -22/+27 |
* | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 1 | -39/+27 |
|\ |
|
| * | comment explaining the rationale of --source pkg | loic@dachary.org | 2017-01-10 | 1 | -0/+6 |
| * | use the new source_for_file helper where it makes sense | loic@dachary.org | 2017-01-10 | 1 | -2/+2 |
| * | source_for_file helper with unit tests | loic@dachary.org | 2017-01-10 | 1 | -2/+2 |
| * | move _source_for_file to python.py | loic@dachary.org | 2017-01-10 | 1 | -32/+0 |
| * | make --source module do the same as --source directory #426 | loic@dachary.org | 2017-01-06 | 1 | -5/+19 |
* | | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -1/+10 |
|/ |
|
* | control.Coverage._init: check "source" is a directory, not just it exists; th... | Cosimo Lupo | 2016-12-25 | 1 | -1/+1 |
* | implement --skip-covered for html report #433 | loic@dachary.org | 2016-12-18 | 1 | -1/+3 |
* | Document report API skip_covered argument | loic@dachary.org | 2016-12-12 | 1 | -0/+2 |
* | Move the config logic out of the Coverage constructor | Ned Batchelder | 2016-11-20 | 1 | -36/+3 |
* | Update the docs about reading tox.ini | Ned Batchelder | 2016-11-19 | 1 | -3/+3 |
* | Clean up line wraps and leftover prints | Ned Batchelder | 2016-11-19 | 1 | -7/+2 |
* | Read options from tox.ini | Stephen Finucane | 2016-11-18 | 1 | -8/+14 |
* | A better word | Ned Batchelder | 2016-11-10 | 1 | -1/+1 |
* | Update changes | Ned Batchelder | 2016-10-22 | 1 | -1/+1 |
* | Remove two temporary debugging log messages | Ned Batchelder | 2016-10-21 | 1 | -2/+0 |
* | Test the debug settings more, and strip spaces from the environment variable | Ned Batchelder | 2016-10-21 | 1 | -1/+1 |
* | Fix the new deleting file debug message | Ned Batchelder | 2016-10-21 | 1 | -1/+3 |
* | A better way to prevent call stacks during multi-line output | Ned Batchelder | 2016-09-25 | 1 | -12/+13 |
* | Add more debugging for thorny multiprocessing issues | Ned Batchelder | 2016-09-23 | 1 | -0/+2 |
* | Combining twice shouldn't lose data. #412, #516 | Ned Batchelder | 2016-08-07 | 1 | -2/+10 |
* | Remove orphaned commented-out line | Ned Batchelder | 2016-08-07 | 1 | -1/+0 |
* | Add support for PyPy3 5.2 alpha 1 | Ned Batchelder | 2016-08-03 | 1 | -6/+16 |
* | Separate auto-loading from auto-saving, and don't auto-load for subprocesses | Ned Batchelder | 2016-07-29 | 1 | -5/+6 |
* | Set the rcfile for multiprocessing subprocesses | Ned Batchelder | 2016-07-24 | 1 | -1/+1 |
* | Multiprocessing needs to communicate the rcfile down to the subprocesses | Ned Batchelder | 2016-07-13 | 1 | -1/+2 |
* | Rename to multiproc.py, since it only does one thing. | Ned Batchelder | 2016-07-12 | 1 | -1/+1 |
* | Fix metacov after a recent change | Ned Batchelder | 2016-07-10 | 1 | -1/+2 |
* | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 1 | -5/+9 |
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -1/+4 |
* | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 1 | -0/+3 |
* | Prevent subprocess measurement from measuring coverage commands. #492 | Ned Batchelder | 2016-06-24 | 1 | -2/+16 |
* | More tweaks to report sorting | Ned Batchelder | 2016-06-09 | 1 | -2/+2 |
* | Make report's 'sort' option available only via the configuration file, not av... | Dan Wandschneider | 2016-06-08 | 1 | -3/+2 |
* | Issue 199: Sort text report. | Dan Wandschneider | 2016-06-08 | 1 | -1/+2 |
* | Correct the defaults for coverage.report(show_missing=None, skip_covered=None) | Ned Batchelder | 2016-05-08 | 1 | -2/+2 |
* | Return the Coverage instance from process_startup | Ned Batchelder | 2016-05-08 | 1 | -2/+7 |
* | multiprocessing has been a valid choice for a while | Ned Batchelder | 2016-02-11 | 1 | -2/+2 |
* | Force XML files to be UTF8 on Python 3. | Ned Batchelder | 2015-10-31 | 1 | -1/+4 |
* | Remove brief_sys from .coverage, until we have a better plan. #415. | Ned Batchelder | 2015-10-10 | 1 | -9/+0 |
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -1/+2 |
* | Combining now issues warnings on unreadable files, unconditionally | Ned Batchelder | 2015-10-04 | 1 | -9/+2 |
* | Prevent pyexpat.c from being recorded as source code. #419 | Ned Batchelder | 2015-10-03 | 1 | -2/+8 |
* | Combine can now ignore errors. | Ned Batchelder | 2015-10-03 | 1 | -3/+10 |
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -21/+21 |
* | Added more debugging controls, especially for data operations | Ned Batchelder | 2015-08-19 | 1 | -2/+8 |