summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Add docs for --concurrencyNed Batchelder2014-09-251-0/+11
|
* Lint, you are a stern taskmaster...Ned Batchelder2013-10-091-2/+2
|
* Document the --debug options.Ned Batchelder2013-10-061-0/+18
|
* Remove notes about me being available for custom work, and rewrap many ↵Ned Batchelder2013-09-171-7/+7
| | | | paragraphs.
* Update historyNed Batchelder2012-11-171-0/+1
|
* Create coverage-X.Y aliases also. Closes #111.Ned Batchelder2012-11-171-1/+3
|
* Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵Ned Batchelder2012-11-161-2/+5
|\ | | | | | | and tests
* | Now the title of the HTML report can be set.Ned Batchelder2012-11-091-4/+8
| |
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵Ned Batchelder2012-11-031-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 Batchelder2012-10-031-1/+2
|
* Missing a word.Ned Batchelder2012-08-071-4/+4
|
* Clarify the rules for naming data files so they can be combined.Ned Batchelder2012-08-071-0/+11
|
* Doc tweaks for 3.5.2Ned Batchelder2012-05-041-3/+25
|
* Some doc clarification from George PaciNed Batchelder2012-01-191-2/+10
|
* Document the [paths] section in the config file.Ned Batchelder2011-08-271-0/+6
|
* Update the docs for 3.5 changes.Ned Batchelder2011-06-041-0/+20
|
* Add tests and doc for Brandon's -m flag.Ned Batchelder2011-02-061-1/+3
|
* Start of a standalone installation page.Ned Batchelder2010-07-251-21/+32
|
* Update the history timestamps.Ned Batchelder2010-07-251-0/+2
|
* Finish doc'ing the new source code options.Ned Batchelder2010-07-251-25/+32
|
* Lots of doc updates, more to come.Ned Batchelder2010-07-251-21/+70
|
* Updating docsNed Batchelder2010-02-241-0/+7
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-4/+4
|
* Doc tweaking, part 47Ned Batchelder2009-11-281-1/+0
|