summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* 'sql' is a new debug optionNed Batchelder2019-09-021-0/+2
|
* Tweaks to JSON report docsNed Batchelder2019-08-311-2/+4
|
* Create a JSON reportMatt Bachmann2019-08-311-1/+16
|
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-161-0/+5
|
* Docs for --contexts and --show-contextsNed Batchelder2019-06-111-4/+14
|
* Improve the docs for combine and [paths]Ned Batchelder2019-04-141-18/+32
|
* Clarify a debugging optionNed Batchelder2019-02-191-1/+2
|
* A small doc improvementNed Batchelder2019-02-071-1/+1
|
* Merge branch 'nedbat/contexts'Ned Batchelder2018-09-211-1/+5
|\
| * Documentation for static contextsNed Batchelder2018-09-211-1/+5
| |
* | Put these paragraphs in a more reasonable orderNed Batchelder2018-09-211-4/+4
| |
* | Turbogears is not worth a mentionNed Batchelder2018-09-211-2/+1
|/
* Improved debuggingNed Batchelder2018-08-041-0/+2
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* A new warning for files already imported before coverage startsNed Batchelder2018-02-201-0/+7
|
* Update all Read the Docs links to use httpsJon Dufresne2018-01-061-1/+1
|
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+7
|
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-3/+3
|
* Warnings can be disabledNed Batchelder2017-04-041-6/+19
|
* Big refactor of debug loggingNed Batchelder2017-03-221-0/+3
|
* pid also annotates warningsNed Batchelder2017-03-121-1/+1
|
* The name of the section is 'Specifying source files'Ned Batchelder2016-12-241-1/+1
|
* Merged in dachary/coverage.py/issue-425 (pull request #113)Ned Batchelder2016-12-241-1/+1
|\ | | | | | | sources that do not end with .py\w? are ignored #425
| * sources that do not end with .py\w? are ignored #425loic@dachary.org2016-12-181-1/+1
| | | | | | | | | | | | | | close #425 --HG-- branch : issue-425
* | html report --skip-covered with branches #433loic@dachary.org2016-12-191-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 optionNed Batchelder2016-10-221-0/+2
|
* Use doc8 for some light checking of doc filesNed Batchelder2016-10-021-1/+1
|
* Update link to coberturaNed Batchelder2016-09-281-1/+1
|
* Tweak the docs about using other options with multiprocessingNed Batchelder2016-07-041-2/+3
|
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-041-0/+4
|
* Combine no longer appends by defaultNed Batchelder2016-06-251-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 Boehm2016-06-021-2/+5
|
* Add mentions to the docs about the need for the C extensionNed Batchelder2016-03-291-1/+3
|
* Tweak the docsNed Batchelder2016-02-221-2/+2
|
* Fix typo in doc for combine.Aron Griffis2015-11-291-1/+1
|
* Clarify the docs a bit.Ned Batchelder2015-11-241-1/+2
|
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-041-3/+2
|
* Combine can now ignore errors.Ned Batchelder2015-10-031-0/+5
|
* Fix up some documentation linksNed Batchelder2015-09-201-1/+1
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-4/+4
|
* Added more debugging controls, especially for data operationsNed Batchelder2015-08-191-6/+14
|
* Tweak the plugin docsNed Batchelder2015-08-021-1/+1
|
* Updated docs for 4.0b1Ned Batchelder2015-08-021-44/+74
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-19/+19
|
* Turn all the history into comments.Ned Batchelder2015-01-241-14/+14
|
* Fix spelling errors in the docs.Ned Batchelder2014-11-291-1/+1
|
* Make the text report branch column match the HTML reportNed Batchelder2014-10-201-3/+3
|
* Remove support for COVERAGE_OPTIONS environment variable.Ned Batchelder2014-09-281-3/+1
|
* Document stuff for 4.0a1Ned Batchelder2014-09-251-0/+13
|