| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update link to cobertura | Ned Batchelder | 2016-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Tweak the docs about using other options with multiprocessing | Ned Batchelder | 2016-07-04 | 1 | -2/+3 | |
| | | ||||||
| * | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 1 | -0/+4 | |
| | | ||||||
| * | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 1 | -0/+5 | |
| | | | | | | | | | | | | 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. | |||||
| * | Add documentation for `coverage debug config` | Matthew Boehm | 2016-06-02 | 1 | -2/+5 | |
| | | ||||||
| * | Add mentions to the docs about the need for the C extension | Ned Batchelder | 2016-03-29 | 1 | -1/+3 | |
| | | ||||||
| * | Tweak the docs | Ned Batchelder | 2016-02-22 | 1 | -2/+2 | |
| | | ||||||
| * | Fix typo in doc for combine. | Aron Griffis | 2015-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Clarify the docs a bit. | Ned Batchelder | 2015-11-24 | 1 | -1/+2 | |
| | | ||||||
| * | Combining now issues warnings on unreadable files, unconditionally | Ned Batchelder | 2015-10-04 | 1 | -3/+2 | |
| | | ||||||
| * | Combine can now ignore errors. | Ned Batchelder | 2015-10-03 | 1 | -0/+5 | |
| | | ||||||
| * | Fix up some documentation links | Ned Batchelder | 2015-09-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -4/+4 | |
| | | ||||||
| * | Added more debugging controls, especially for data operations | Ned Batchelder | 2015-08-19 | 1 | -6/+14 | |
| | | ||||||
| * | Tweak the plugin docs | Ned Batchelder | 2015-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | Updated docs for 4.0b1 | Ned Batchelder | 2015-08-02 | 1 | -44/+74 | |
| | | ||||||
| * | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 | |
| | | ||||||
| * | Refer to the project consistenly as coverage.py. #275 | Ned Batchelder | 2015-07-23 | 1 | -19/+19 | |
| | | ||||||
| * | Turn all the history into comments. | Ned Batchelder | 2015-01-24 | 1 | -14/+14 | |
| | | ||||||
| * | Fix spelling errors in the docs. | Ned Batchelder | 2014-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Make the text report branch column match the HTML report | Ned Batchelder | 2014-10-20 | 1 | -3/+3 | |
| | | ||||||
| * | Remove support for COVERAGE_OPTIONS environment variable. | Ned Batchelder | 2014-09-28 | 1 | -3/+1 | |
| | | ||||||
| * | Document stuff for 4.0a1 | Ned Batchelder | 2014-09-25 | 1 | -0/+13 | |
| | | ||||||
| * | Add docs for --concurrency | Ned Batchelder | 2014-09-25 | 1 | -0/+11 | |
| | | ||||||
| * | Lint, you are a stern taskmaster... | Ned Batchelder | 2013-10-09 | 1 | -2/+2 | |
| | | ||||||
| * | Document the --debug options. | Ned Batchelder | 2013-10-06 | 1 | -0/+18 | |
| | | ||||||
| * | Remove notes about me being available for custom work, and rewrap many ↵ | Ned Batchelder | 2013-09-17 | 1 | -7/+7 | |
| | | | | | paragraphs. | |||||
| * | Update history | Ned Batchelder | 2012-11-17 | 1 | -0/+1 | |
| | | ||||||
| * | Create coverage-X.Y aliases also. Closes #111. | Ned Batchelder | 2012-11-17 | 1 | -1/+3 | |
| | | ||||||
| * | Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵ | Ned Batchelder | 2012-11-16 | 1 | -2/+5 | |
| |\ | | | | | | | and tests | |||||
| * | | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -4/+8 | |
| | | | ||||||
| * | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵ | Ned Batchelder | 2012-11-03 | 1 | -0/+5 | |
| |/ | | | | switch, and exit with 2 if the coverage is less than MIN. | |||||
| * | Fix #200: that option reference has been wrong for a very long time... | Ned Batchelder | 2012-10-03 | 1 | -1/+2 | |
| | | ||||||
| * | Missing a word. | Ned Batchelder | 2012-08-07 | 1 | -4/+4 | |
| | | ||||||
| * | Clarify the rules for naming data files so they can be combined. | Ned Batchelder | 2012-08-07 | 1 | -0/+11 | |
| | | ||||||
| * | Doc tweaks for 3.5.2 | Ned Batchelder | 2012-05-04 | 1 | -3/+25 | |
| | | ||||||
| * | Some doc clarification from George Paci | Ned Batchelder | 2012-01-19 | 1 | -2/+10 | |
| | | ||||||
| * | Document the [paths] section in the config file. | Ned Batchelder | 2011-08-27 | 1 | -0/+6 | |
| | | ||||||
| * | Update the docs for 3.5 changes. | Ned Batchelder | 2011-06-04 | 1 | -0/+20 | |
| | | ||||||
| * | Add tests and doc for Brandon's -m flag. | Ned Batchelder | 2011-02-06 | 1 | -1/+3 | |
| | | ||||||
| * | Start of a standalone installation page. | Ned Batchelder | 2010-07-25 | 1 | -21/+32 | |
| | | ||||||
| * | Update the history timestamps. | Ned Batchelder | 2010-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | Finish doc'ing the new source code options. | Ned Batchelder | 2010-07-25 | 1 | -25/+32 | |
| | | ||||||
| * | Lots of doc updates, more to come. | Ned Batchelder | 2010-07-25 | 1 | -21/+70 | |
| | | ||||||
| * | Updating docs | Ned Batchelder | 2010-02-24 | 1 | -0/+7 | |
| | | ||||||
| * | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -4/+4 | |
| | | ||||||
| * | Doc tweaking, part 47 | Ned Batchelder | 2009-11-28 | 1 | -1/+0 | |
| | | ||||||
| * | Doc tweaking. | Ned Batchelder | 2009-11-28 | 1 | -3/+4 | |
| | | ||||||
| * | More doc tweaks, and a css file to make the drafts look more like the site. | Ned Batchelder | 2009-11-28 | 1 | -10/+20 | |
| | | ||||||
| * | Documentation polishing for a 3.1 release. | Ned Batchelder | 2009-10-04 | 1 | -12/+30 | |
| | | ||||||
