Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nedbat/contexts' | Ned Batchelder | 2018-09-21 | 1 | -1/+5 |
|\ | |||||
| * | Documentation for static contexts | Ned Batchelder | 2018-09-21 | 1 | -1/+5 |
| | | |||||
* | | Put these paragraphs in a more reasonable order | Ned Batchelder | 2018-09-21 | 1 | -4/+4 |
| | | |||||
* | | Turbogears is not worth a mention | Ned Batchelder | 2018-09-21 | 1 | -2/+1 |
|/ | |||||
* | Improved debugging | Ned Batchelder | 2018-08-04 | 1 | -0/+2 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 1 | -0/+7 |
| | |||||
* | Update all Read the Docs links to use https | Jon Dufresne | 2018-01-06 | 1 | -1/+1 |
| | |||||
* | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 1 | -1/+7 |
| | |||||
* | Update URLs so link-checker doesn't spew red. | Ned Batchelder | 2017-06-14 | 1 | -3/+3 |
| | |||||
* | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 1 | -6/+19 |
| | |||||
* | Big refactor of debug logging | Ned Batchelder | 2017-03-22 | 1 | -0/+3 |
| | |||||
* | pid also annotates warnings | Ned Batchelder | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | The name of the section is 'Specifying source files' | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | Merged in dachary/coverage.py/issue-425 (pull request #113) | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
|\ | | | | | | | sources that do not end with .py\w? are ignored #425 | ||||
| * | sources that do not end with .py\w? are ignored #425 | loic@dachary.org | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | close #425 --HG-- branch : issue-425 | ||||
* | | html report --skip-covered with branches #433 | loic@dachary.org | 2016-12-19 | 1 | -0/+2 |
|/ | | | | | | | | | | | Add a test because the code path is significantly different. Also document --skip-covered with the coverage html command. close #433 --HG-- branch : issue-433-2 | ||||
* | Document the multiproc debug option | Ned Batchelder | 2016-10-22 | 1 | -0/+2 |
| | |||||
* | Use doc8 for some light checking of doc files | Ned Batchelder | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |