summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweak the docs about using other options with multiprocessingNed Batchelder2016-07-041-2/+3
|
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-042-2/+8
|
* Explicitly install the theme sphinx no longer installsNed Batchelder2016-06-261-0/+1
|
* Update requirementsNed Batchelder2016-06-261-1/+1
|
* 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.
* Final touch on docs for sort columnNed Batchelder2016-06-101-2/+2
|
* Clean up #199Ned Batchelder2016-06-081-2/+3
|
* Make report's 'sort' option available only via the configuration file, not ↵Dan Wandschneider2016-06-081-0/+2
| | | | available on the command line.
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-021-1/+1
| | | | | Previously, when an invalid file was encountered, it would be silently ignored.
* Add documentation for `coverage debug config`Matthew Boehm2016-06-021-2/+5
|
* Remove a spurious characterNed Batchelder2016-05-251-2/+2
|
* Latest sample html reportNed Batchelder2016-05-2113-4183/+4307
|
* Getting ready for 4.1 finalNed Batchelder2016-05-213-9/+13
|
* Keep the version of sphinx that works for now.Ned Batchelder2016-05-201-1/+1
|
* Use the latest of everythingNed Batchelder2016-05-201-1/+1
|
* Correct inaccuracies in CHANGESNed Batchelder2016-05-101-3/+3
|
* Update words for 4.1b3coverage-4.1b3Ned Batchelder2016-05-103-8/+52
|
* Added an example to [omit] docsNed Batchelder2016-05-081-1/+10
|
* Don't need this old css file any moreNed Batchelder2016-05-082-229/+0
|
* Fix nose URLs to not point to a weird spammy siteNed Batchelder2016-05-052-3/+3
|
* Test on PyPy 5.1, and note the supportNed Batchelder2016-05-031-1/+1
|
* readthedocs.io nowNed Batchelder2016-04-301-5/+5
|
* Add mentions to the docs about the need for the C extensionNed Batchelder2016-03-293-8/+24
|
* A better way to indicate the presence of the C extensionNed Batchelder2016-03-291-5/+14
|
* Update the doc examples of --version outputNed Batchelder2016-03-291-4/+4
|
* Update requirements, maybe this will make gevent work on appveyorNed Batchelder2016-03-021-1/+1
|
* Even more preciseNed Batchelder2016-02-281-8/+9
|
* Correct spelling. #477Ned Batchelder2016-02-281-8/+8
|
* Merged in Nagasaki45/coverage.py (pull request #78)Ned Batchelder2016-02-281-1/+1
|\ | | | | | | State that --source value should be a comma separated list in the docs.
| * State that --source value should be a comma separated list in the docs. #477Tom Gurion2016-02-161-1/+1
| |
* | Tweaks to the dependency docs changeNed Batchelder2016-02-251-7/+8
| |
* | Merged in iluxame/coverage.py (pull request #79)Ned Batchelder2016-02-251-6/+8
|\ \ | | | | | | | | | Fixing CTracer installation documentation
| * | Fixing CTracer installation documentationiluxame2016-02-251-6/+8
| |/
* | Tweak the docsNed Batchelder2016-02-221-2/+2
|/
* Clean ups and docstringsNed Batchelder2016-01-311-5/+5
|
* Update versions in .pip filesNed Batchelder2016-01-241-1/+1
|
* Formatting of changesNed Batchelder2016-01-241-8/+13
|
* Doc file changes for 4.1b2coverage-4.1b2Ned Batchelder2016-01-233-10/+21
|
* Update the docs to the new way branch coverage worksNed Batchelder2016-01-162-8/+5
|
* Fix quotes in changelogcoverage-4.1b1Ned Batchelder2016-01-101-2/+2
|
* Prep for 4.1b1Ned Batchelder2016-01-103-7/+56
|
* Update versions of tools.Ned Batchelder2015-12-111-1/+1
|
* Use ISO format for dates in the changelogNed Batchelder2015-12-111-37/+61
|
* Fix typo in doc for combine.Aron Griffis2015-11-291-1/+1
|
* Clarify the docs a bit.Ned Batchelder2015-11-242-2/+4
|
* Latest sample htmlcoverage-4.0.3Ned Batchelder2015-11-2411-1479/+1479
|
* Update version numbers, etc, for 4.0.3Ned Batchelder2015-11-243-2/+30
|
* Not sure why this line didn't get in beforeNed Batchelder2015-11-061-0/+1
|
* Latest sample htmlNed Batchelder2015-11-0411-21/+21
|
* Update files for 4.0.2Ned Batchelder2015-11-043-2/+25
|