summaryrefslogtreecommitdiff
path: root/doc/config.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: clarify how --source affects reporting commands. #1159Ned Batchelder2021-10-181-0/+4
|
* docs: skip_covered and skip_empty were never documentedNed Batchelder2021-08-061-0/+10
|
* docs: clarify the behavior of exclude_linesNed Batchelder2021-07-251-1/+13
|
* doc: avoid latin abbreviationsNed Batchelder2021-02-011-1/+1
|
* update config file doc to mention descending sortArthur Deygin2021-02-011-0/+1
|
* Add versionadded info for the new 5.4 configuration optionsNed Batchelder2021-01-261-0/+4
|
* skip_covered and skip_empty for HTML. #1090Ned Batchelder2021-01-101-15/+17
|
* Docs and cleanup for source_pkgsNed Batchelder2020-09-121-0/+8
|
* Add --help output to command docs, and other reorganizationNed Batchelder2020-07-041-6/+6
|
* Fix: doc/config.rst:243: D001 Line too longNed Batchelder2020-02-261-2/+2
|
* escape backslashes in windows filepath in config docsOleg Höfling2020-02-221-1/+1
| | | | Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
* Somehow the '[run] dynamic_context' setting wasn't in config.rst?Ned Batchelder2019-12-271-0/+5
|
* The [paths] setting is ordered. #649Ned Batchelder2019-12-011-0/+3
|
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-011-0/+9
|
* '[run] note' is no longer supported.Ned Batchelder2019-11-091-3/+1
|
* 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
|
* Anchors for each config setting. #842Ned Batchelder2019-09-091-11/+68
|
* Tweaks to JSON report docsNed Batchelder2019-08-311-10/+10
|
* Create a JSON reportMatt Bachmann2019-08-311-0/+19
|
* Fix some sphinx mis-referencesNed Batchelder2019-08-111-2/+1
|
* Make show_contexts available to set_option, and document it.Ned Batchelder2019-06-301-0/+4
|
* Improve the docs for combine and [paths]Ned Batchelder2019-04-141-4/+8
|
* `[run] command_line` is the command line to use for 'coverage run'. #695Ned Batchelder2018-10-181-0/+7
|
* This was in the wrong placeNed Batchelder2018-10-181-3/+3
|
* Michał suggested this would make the information easier to find.Ned Batchelder2018-10-141-3/+3
|
* Documentation for static contextsNed Batchelder2018-09-211-0/+5
|
* Defaultable variable substitutionNed Batchelder2018-09-081-4/+11
|
* Strict variable substitution is now an optionNed Batchelder2018-09-081-2/+4
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Document COVERAGE_RCFILENed Batchelder2018-04-191-2/+3
|
* fail_under can now be a float. #631.Ned Batchelder2018-01-211-3/+7
|
* Update all Read the Docs links to use httpsJon Dufresne2018-01-061-1/+1
|
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-071-2/+4
| | | | | close #265 close #101
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-2/+2
|
* Warnings can be disabledNed Batchelder2017-04-041-0/+6
|
* Say a little more about --timidNed Batchelder2017-03-181-1/+2
|
* Fix englishNed Batchelder2017-02-031-1/+1
|
* Update the docs about reading tox.iniNed Batchelder2016-11-191-3/+4
|
* Use doc8 for some light checking of doc filesNed Batchelder2016-10-021-1/+2
|
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-041-2/+4
|
* 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.
* Clarify the docs a bit.Ned Batchelder2015-11-241-1/+2
|
* Make doc checking better, and fix two doc errors.Ned Batchelder2015-10-141-0/+1
|
* Remove the obsoleted doc for the [combine] configurationNed Batchelder2015-10-051-14/+0
|
* Combine can now ignore errors.Ned Batchelder2015-10-031-0/+14
|