summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds coverage-conditional-pluginNikita Sobolev2020-02-261-0/+8
| | | | | Repo: https://github.com/wemake-services/coverage-conditional-plugin Blog post: https://sobolevn.me/2020/02/conditional-coverage
* escape backslashes in windows filepath in config docsOleg Höfling2020-02-221-1/+1
| | | | Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
* Correct a commentNed Batchelder2020-01-261-2/+2
|
* Prep for 5.0.3Ned Batchelder2020-01-111-2/+2
|
* "coverage debug premain"Ned Batchelder2020-01-111-1/+2
|
* Latest sample html reportcoverage-5.0.2Ned Batchelder2020-01-0511-21/+21
|
* Prep for 5.0.2Ned Batchelder2020-01-051-2/+2
|
* 2019 -> 2020Ned Batchelder2020-01-041-1/+1
|
* Warn if two things change the dynamic context. #901Ned Batchelder2019-12-271-0/+6
|
* Somehow the '[run] dynamic_context' setting wasn't in config.rst?Ned Batchelder2019-12-271-0/+5
|
* Prep for 5.0.1coverage-5.0.1Ned Batchelder2019-12-221-2/+2
|
* Be clear about the documented parts of the API.Ned Batchelder2019-12-162-0/+8
|
* Sample html report for 5.0coverage-5.0Ned Batchelder2019-12-1413-7566/+3975
|
* Prep for 5.0Ned Batchelder2019-12-131-2/+2
|
* Clarify the connection between subprocesses and --concurrencyNed Batchelder2019-12-111-0/+6
|
* Better wording on the Sleepy pageNed Batchelder2019-12-081-3/+3
|
* Prep for 5.0b2coverage-5.0b2Ned Batchelder2019-12-081-2/+2
|
* Sleepy SnakeNed Batchelder2019-12-085-1/+23
|
* A little easier to read in contributing.rstNed Batchelder2019-12-081-4/+4
|
* Polish up cmd.rstNed Batchelder2019-12-083-36/+32
|
* Update the FAQNed Batchelder2019-12-081-47/+33
|
* sphinx-tabs needs to get along with linkcheckNed Batchelder2019-12-081-1/+2
|
* Use tabs to describe different test runner quick-startsNed Batchelder2019-12-074-16/+78
|
* Describing the versions is easier with substitutionsNed Batchelder2019-12-071-17/+4
|
* parsed-literals aren't styled right, fix that.Ned Batchelder2019-12-071-0/+13
|
* Redo installation pageNed Batchelder2019-12-072-27/+31
|
* Links should have better affordancesNed Batchelder2019-12-071-0/+4
|
* sphinx-autobuild is handyNed Batchelder2019-12-071-0/+1
|
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-021-0/+5
|
* The [paths] setting is ordered. #649Ned Batchelder2019-12-011-0/+3
|
* Keep the what's new up to dateNed Batchelder2019-12-011-0/+4
|
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-013-2/+19
|
* Adapt to 3.9's way of reporting files using absolute paths.Ned Batchelder2019-11-251-1/+1
|
* This line was too long, but nothing had changed in years?Ned Batchelder2019-11-251-3/+3
|
* 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
|