| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: clarify how --source affects reporting commands. #1159 | Ned Batchelder | 2021-10-18 | 1 | -0/+4 |
| | | |||||
| * | docs: skip_covered and skip_empty were never documented | Ned Batchelder | 2021-08-06 | 1 | -0/+10 |
| | | |||||
| * | docs: clarify the behavior of exclude_lines | Ned Batchelder | 2021-07-25 | 1 | -1/+13 |
| | | |||||
| * | doc: avoid latin abbreviations | Ned Batchelder | 2021-02-01 | 1 | -1/+1 |
| | | |||||
| * | update config file doc to mention descending sort | Arthur Deygin | 2021-02-01 | 1 | -0/+1 |
| | | |||||
| * | Add versionadded info for the new 5.4 configuration options | Ned Batchelder | 2021-01-26 | 1 | -0/+4 |
| | | |||||
| * | skip_covered and skip_empty for HTML. #1090 | Ned Batchelder | 2021-01-10 | 1 | -15/+17 |
| | | |||||
| * | Docs and cleanup for source_pkgs | Ned Batchelder | 2020-09-12 | 1 | -0/+8 |
| | | |||||
| * | Add --help output to command docs, and other reorganization | Ned Batchelder | 2020-07-04 | 1 | -6/+6 |
| | | |||||
| * | Fix: doc/config.rst:243: D001 Line too long | Ned Batchelder | 2020-02-26 | 1 | -2/+2 |
| | | |||||
| * | escape backslashes in windows filepath in config docs | Oleg Höfling | 2020-02-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com> | ||||
| * | Somehow the '[run] dynamic_context' setting wasn't in config.rst? | Ned Batchelder | 2019-12-27 | 1 | -0/+5 |
| | | |||||
| * | The [paths] setting is ordered. #649 | Ned Batchelder | 2019-12-01 | 1 | -0/+3 |
| | | |||||
| * | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 1 | -0/+9 |
| | | |||||
| * | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 1 | -3/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Anchors for each config setting. #842 | Ned Batchelder | 2019-09-09 | 1 | -11/+68 |
| | | |||||
| * | Tweaks to JSON report docs | Ned Batchelder | 2019-08-31 | 1 | -10/+10 |
| | | |||||
| * | Create a JSON report | Matt Bachmann | 2019-08-31 | 1 | -0/+19 |
| | | |||||
| * | Fix some sphinx mis-references | Ned Batchelder | 2019-08-11 | 1 | -2/+1 |
| | | |||||
| * | Make show_contexts available to set_option, and document it. | Ned Batchelder | 2019-06-30 | 1 | -0/+4 |
| | | |||||
| * | Improve the docs for combine and [paths] | Ned Batchelder | 2019-04-14 | 1 | -4/+8 |
| | | |||||
| * | `[run] command_line` is the command line to use for 'coverage run'. #695 | Ned Batchelder | 2018-10-18 | 1 | -0/+7 |
| | | |||||
| * | This was in the wrong place | Ned Batchelder | 2018-10-18 | 1 | -3/+3 |
| | | |||||
| * | Michał suggested this would make the information easier to find. | Ned Batchelder | 2018-10-14 | 1 | -3/+3 |
| | | |||||
| * | Documentation for static contexts | Ned Batchelder | 2018-09-21 | 1 | -0/+5 |
| | | |||||
| * | Defaultable variable substitution | Ned Batchelder | 2018-09-08 | 1 | -4/+11 |
| | | |||||
| * | Strict variable substitution is now an option | Ned Batchelder | 2018-09-08 | 1 | -2/+4 |
| | | |||||
| * | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | | |||||
| * | Document COVERAGE_RCFILE | Ned Batchelder | 2018-04-19 | 1 | -2/+3 |
| | | |||||
| * | fail_under can now be a float. #631. | Ned Batchelder | 2018-01-21 | 1 | -3/+7 |
| | | |||||
| * | Update all Read the Docs links to use https | Jon Dufresne | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | * --source and --include are mutually exclusive (take 2) #265 | loic@dachary.org | 2017-01-07 | 1 | -2/+4 |
| | | | | | | close #265 close #101 | ||||
| * | Update URLs so link-checker doesn't spew red. | Ned Batchelder | 2017-06-14 | 1 | -2/+2 |
| | | |||||
| * | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 1 | -0/+6 |
| | | |||||
| * | Say a little more about --timid | Ned Batchelder | 2017-03-18 | 1 | -1/+2 |
| | | |||||
| * | Fix english | Ned Batchelder | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | Update the docs about reading tox.ini | Ned Batchelder | 2016-11-19 | 1 | -3/+4 |
| | | |||||
| * | Use doc8 for some light checking of doc files | Ned Batchelder | 2016-10-02 | 1 | -1/+2 |
| | | |||||
| * | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 1 | -2/+4 |
| | | |||||
| * | Final touch on docs for sort column | Ned Batchelder | 2016-06-10 | 1 | -2/+2 |
| | | |||||
| * | Clean up #199 | Ned Batchelder | 2016-06-08 | 1 | -2/+3 |
| | | |||||
| * | Make report's 'sort' option available only via the configuration file, not ↵ | Dan Wandschneider | 2016-06-08 | 1 | -0/+2 |
| | | | | | available on the command line. | ||||
| * | Emit a warning when an invalid file is detected with ignore_errors=true. | Matthew Boehm | 2016-06-02 | 1 | -1/+1 |
| | | | | | | Previously, when an invalid file was encountered, it would be silently ignored. | ||||
| * | Clarify the docs a bit. | Ned Batchelder | 2015-11-24 | 1 | -1/+2 |
| | | |||||
| * | Make doc checking better, and fix two doc errors. | Ned Batchelder | 2015-10-14 | 1 | -0/+1 |
| | | |||||
| * | Remove the obsoleted doc for the [combine] configuration | Ned Batchelder | 2015-10-05 | 1 | -14/+0 |
| | | |||||
| * | Combine can now ignore errors. | Ned Batchelder | 2015-10-03 | 1 | -0/+14 |
| | | |||||
