Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Better getting started | Ned Batchelder | 2019-11-16 | 1 | -11/+12 | |
| | ||||||
* | Make howitworks current | Ned Batchelder | 2019-11-15 | 1 | -21/+46 | |
| | ||||||
* | Mention pytest-cov --cov-context | Ned Batchelder | 2019-11-11 | 1 | -0/+4 | |
| | ||||||
* | Better auto-spelling of contributors' names | Ned Batchelder | 2019-11-11 | 1 | -7/+13 | |
| | ||||||
* | Update the man page, and in the process, organize cmdline.py | Ned Batchelder | 2019-11-10 | 1 | -14/+93 | |
| | ||||||
* | 5.0b1 prep | Ned Batchelder | 2019-11-10 | 3 | -4/+4 | |
| | ||||||
* | Spell check the docs | Ned Batchelder | 2019-11-10 | 2 | -2/+39 | |
| | ||||||
* | Automatically consider contributors' names as correctly spelled | Ned Batchelder | 2019-11-10 | 2 | -24/+9 | |
| | ||||||
* | Finish the sqldata.py docstrings | Ned Batchelder | 2019-11-10 | 1 | -0/+1 | |
| | ||||||
* | Details of context tracing | Ned Batchelder | 2019-11-10 | 1 | -2/+2 | |
| | ||||||
* | Remove :history: lines | Ned Batchelder | 2019-11-09 | 15 | -86/+0 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 2 | -3/+5 | |
| | ||||||
* | What's new in 5.x doc | Ned Batchelder | 2019-11-09 | 5 | -4/+129 | |
| | ||||||
* | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 1 | -3/+3 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 1 | -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 reports | reybog90 | 2019-11-01 | 1 | -0/+5 | |
| | ||||||
* | Upgrade stuff | Ned Batchelder | 2019-10-18 | 1 | -1/+1 | |
| | ||||||
* | Tie up a loose end in the docs | Ned Batchelder | 2019-10-08 | 1 | -1/+1 | |
| | ||||||
* | Doc changes for 5.0a8coverage-5.0a8 | Ned Batchelder | 2019-10-02 | 2 | -3/+3 | |
| | ||||||
* | Subprocesses only use config file options | Ned Batchelder | 2019-10-01 | 1 | -0/+4 | |
| | ||||||
* | Doc changes for 5.0a7 | Ned Batchelder | 2019-09-21 | 2 | -6/+2 | |
| | ||||||
* | Trim blank | Ned Batchelder | 2019-09-14 | 1 | -1/+0 | |
| | ||||||
* | Fix a reference | Ned Batchelder | 2019-09-09 | 1 | -1/+1 | |
| | ||||||
* | Document the module-level stuff. #837 | Ned Batchelder | 2019-09-09 | 3 | -9/+41 | |
| | ||||||
* | Anchors for each config setting. #842 | Ned Batchelder | 2019-09-09 | 1 | -11/+68 | |
| | ||||||
* | A little more in the db schema docs | Ned Batchelder | 2019-09-09 | 1 | -0/+12 | |
| | ||||||
* | Clarify some docs | Ned Batchelder | 2019-09-06 | 1 | -0/+6 | |
| | ||||||
* | 'sql' is a new debug option | Ned Batchelder | 2019-09-02 | 1 | -0/+2 | |
| | ||||||
* | Tweaks to JSON report docs | Ned Batchelder | 2019-08-31 | 3 | -14/+16 | |
| | ||||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 5 | -10/+45 | |
| | ||||||
* | Better wording from Tidelift | Ned Batchelder | 2019-08-26 | 1 | -1/+1 | |
| | ||||||
* | Enterprise in toc | Ned Batchelder | 2019-08-25 | 1 | -0/+1 | |
| | | | | (cherry picked from commit 70ede36c8f1146ad389332d944735407d1000c86) | |||||
* | Tidelift enterprise | Ned Batchelder | 2019-08-25 | 1 | -5/+13 | |
| | ||||||
* | Fix autosphinx links in uploaded release notes | Ned Batchelder | 2019-08-11 | 2 | -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-references | Ned Batchelder | 2019-08-11 | 6 | -12/+7 | |
| | ||||||
* | Document SQLite access to data. | Ned Batchelder | 2019-08-11 | 2 | -4/+120 | |
| | ||||||
* | Utility to check .rst for accurate copies from source files. | Ned Batchelder | 2019-08-11 | 1 | -0/+113 | |
| | ||||||
* | Improve doc tooling | Ned Batchelder | 2019-08-11 | 2 | -5/+12 | |
| | ||||||
* | One more detail to keep in sync | Ned Batchelder | 2019-08-07 | 1 | -1/+1 | |
| | ||||||
* | Prep for 5.0a6 | Ned Batchelder | 2019-07-15 | 2 | -3/+3 | |
| | ||||||
* | Make show_contexts available to set_option, and document it. | Ned Batchelder | 2019-06-30 | 1 | -0/+4 | |
| | ||||||
* | Refactor text reporting to use the same code paths as other reports | Ned Batchelder | 2019-06-16 | 1 | -0/+5 | |
| | ||||||
* | Dynamic contexts can be disabled with 'none' | Ned Batchelder | 2019-06-12 | 1 | -0/+2 | |
| | ||||||
* | Docs for --contexts and --show-contexts | Ned Batchelder | 2019-06-11 | 3 | -14/+46 | |
| | ||||||
* | Give the Tidelift logo a link | Ned Batchelder | 2019-05-18 | 2 | -1/+2 | |
| | ||||||
* | Update the contributing doc | Ned Batchelder | 2019-05-13 | 1 | -45/+56 | |
| | ||||||
* | Latest dependencies | Ned Batchelder | 2019-05-13 | 1 | -2/+2 | |
| | ||||||
* | Paperwork for 5.0a5coverage-5.0a5 | Ned Batchelder | 2019-05-07 | 2 | -7/+7 | |
| | ||||||
* | Clarify the empty context. #796 | Ned Batchelder | 2019-05-07 | 1 | -0/+6 | |
| | ||||||
* | Docs for new dynamic context techniques | Ned Batchelder | 2019-04-28 | 1 | -2/+10 | |
| |