summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* No one wonders about 3.x any moreNed Batchelder2016-10-111-5/+0
|
* doc8 should really be more quiet.Ned Batchelder2016-10-021-1/+3
|
* Use doc8 for some light checking of doc filesNed Batchelder2016-10-027-19/+23
|
* Update link to coberturaNed Batchelder2016-09-281-1/+1
|
* Use linkcheck on docs, and fix some broken linksNed Batchelder2016-09-242-3/+2
|
* Update dependenciesNed Batchelder2016-08-071-3/+3
|
* Add support for PyPy3 5.2 alpha 1Ned Batchelder2016-08-031-2/+2
|
* Spelling fixesspellingVille Skytt?2016-07-311-2/+2
|
* Latest sample_htmlcoverage-4.2Ned Batchelder2016-07-2612-1777/+1786
|
* Paperwork for version 4.2Ned Batchelder2016-07-263-2/+77
|
* Fix a broken linkNed Batchelder2016-07-261-1/+1
|
* Merged in scop/coverage.py/pngs (pull request #86)Ned Batchelder2016-07-252-0/+0
|\ | | | | | | Optimize PNGs
| * Run *.png through zopflipngpngsVille Skytt?2016-07-202-0/+0
| |
* | Speed up HTML filteringhtml-filterVille Skytt?2016-07-201-11/+9
|/
* Make more tweaks to the man pageNed Batchelder2016-07-041-2/+2
|
* Update the 4.2b1 details where we need themcoverage-4.2b1Ned Batchelder2016-07-043-3/+9
|
* 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-282-11/+14
|\ | | | | | | State that --source value should be a comma separated list in the docs.
| * 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
| |/
* | State that --source value should be a comma separated list in the docs. #477Tom Gurion2016-02-161-1/+1
|/