summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Better getting startedNed Batchelder2019-11-161-11/+12
|
* Make howitworks currentNed Batchelder2019-11-151-21/+46
|
* Mention pytest-cov --cov-contextNed Batchelder2019-11-111-0/+4
|
* Better auto-spelling of contributors' namesNed Batchelder2019-11-111-7/+13
|
* Update the man page, and in the process, organize cmdline.pyNed Batchelder2019-11-101-14/+93
|
* 5.0b1 prepNed Batchelder2019-11-103-4/+4
|
* Spell check the docsNed Batchelder2019-11-102-2/+39
|
* Automatically consider contributors' names as correctly spelledNed Batchelder2019-11-102-24/+9
|
* Finish the sqldata.py docstringsNed Batchelder2019-11-101-0/+1
|
* Details of context tracingNed Batchelder2019-11-101-2/+2
|
* Remove :history: linesNed Batchelder2019-11-0915-86/+0
|
* '[run] note' is no longer supported.Ned Batchelder2019-11-092-3/+5
|
* What's new in 5.x docNed Batchelder2019-11-095-4/+129
|
* Cleanups for TOML codeNed Batchelder2019-11-031-3/+3
|
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation.
* Optionally skip empty files in reportsreybog902019-11-011-0/+5
|
* Upgrade stuffNed Batchelder2019-10-181-1/+1
|
* Tie up a loose end in the docsNed Batchelder2019-10-081-1/+1
|
* Doc changes for 5.0a8coverage-5.0a8Ned Batchelder2019-10-022-3/+3
|
* Subprocesses only use config file optionsNed Batchelder2019-10-011-0/+4
|
* Doc changes for 5.0a7Ned Batchelder2019-09-212-6/+2
|
* Trim blankNed Batchelder2019-09-141-1/+0
|
* Fix a referenceNed Batchelder2019-09-091-1/+1
|
* Document the module-level stuff. #837Ned Batchelder2019-09-093-9/+41
|
* Anchors for each config setting. #842Ned Batchelder2019-09-091-11/+68
|
* A little more in the db schema docsNed Batchelder2019-09-091-0/+12
|
* Clarify some docsNed Batchelder2019-09-061-0/+6
|
* 'sql' is a new debug optionNed Batchelder2019-09-021-0/+2
|
* Tweaks to JSON report docsNed Batchelder2019-08-313-14/+16
|
* Create a JSON reportMatt Bachmann2019-08-315-10/+45
|
* Better wording from TideliftNed Batchelder2019-08-261-1/+1
|
* Enterprise in tocNed Batchelder2019-08-251-0/+1
| | | | (cherry picked from commit 70ede36c8f1146ad389332d944735407d1000c86)
* Tidelift enterpriseNed Batchelder2019-08-251-5/+13
|
* Fix autosphinx links in uploaded release notesNed Batchelder2019-08-112-0/+2
| | | | | | The :meth:`.CoverageData.foobar` syntax isn't understood by pandoc when converting to markdown. A Sphinx rst builder converts them into more basic Sphinx links first.
* Fix some sphinx mis-referencesNed Batchelder2019-08-116-12/+7
|
* Document SQLite access to data.Ned Batchelder2019-08-112-4/+120
|
* Utility to check .rst for accurate copies from source files.Ned Batchelder2019-08-111-0/+113
|
* Improve doc toolingNed Batchelder2019-08-112-5/+12
|
* One more detail to keep in syncNed Batchelder2019-08-071-1/+1
|
* Prep for 5.0a6Ned Batchelder2019-07-152-3/+3
|
* Make show_contexts available to set_option, and document it.Ned Batchelder2019-06-301-0/+4
|
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-161-0/+5
|
* Dynamic contexts can be disabled with 'none'Ned Batchelder2019-06-121-0/+2
|
* Docs for --contexts and --show-contextsNed Batchelder2019-06-113-14/+46
|
* Give the Tidelift logo a linkNed Batchelder2019-05-182-1/+2
|
* Update the contributing docNed Batchelder2019-05-131-45/+56
|
* Latest dependenciesNed Batchelder2019-05-131-2/+2
|
* Paperwork for 5.0a5coverage-5.0a5Ned Batchelder2019-05-072-7/+7
|
* Clarify the empty context. #796Ned Batchelder2019-05-071-0/+6
|
* Docs for new dynamic context techniquesNed Batchelder2019-04-281-2/+10
|