Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'sql' is a new debug option | Ned Batchelder | 2019-09-02 | 1 | -0/+2 | |
| | ||||||
* | Tweaks to JSON report docs | Ned Batchelder | 2019-08-31 | 1 | -2/+4 | |
| | ||||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 1 | -1/+16 | |
| | ||||||
* | Refactor text reporting to use the same code paths as other reports | Ned Batchelder | 2019-06-16 | 1 | -0/+5 | |
| | ||||||
* | Docs for --contexts and --show-contexts | Ned Batchelder | 2019-06-11 | 1 | -4/+14 | |
| | ||||||
* | Improve the docs for combine and [paths] | Ned Batchelder | 2019-04-14 | 1 | -18/+32 | |
| | ||||||
* | Clarify a debugging option | Ned Batchelder | 2019-02-19 | 1 | -1/+2 | |
| | ||||||
* | A small doc improvement | Ned Batchelder | 2019-02-07 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |