summaryrefslogtreecommitdiff
path: root/coverage/config.py
Commit message (Expand)AuthorAgeFilesLines
* style: fix spellingNed Batchelder2022-11-281-2/+2
* feat: added support for finding unexecuted namespace packages (#1387)Felix Horvat2022-11-171-0/+2
* feat: complete removal of `[run] note`Ned Batchelder2022-11-111-2/+0
* refactor: use `format` wherever we canNed Batchelder2022-11-051-2/+2
* feat: report terminal output in Markdown Table format #1418 (#1479)stepeos2022-11-051-0/+2
* refactor: avoid RawConfigParser, and use super()Ned Batchelder2022-11-031-10/+10
* fix: the SIGTERM handler is now opt-in. #1310Ned Batchelder2022-05-181-0/+2
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-1/+1
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-061-1/+7
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-221-1/+4
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-221-0/+3
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-251-0/+2
* refactor: this is nicer as a setNed Batchelder2021-11-241-2/+2
* refactor: specialize exceptionsNed Batchelder2021-11-141-9/+9
* feat: unrecognized options are now a warning rather than error. #1035 (#1206)Ned Batchelder2021-08-051-4/+5
* fix: raise chained errors with "from" #998Ned Batchelder2021-07-201-3/+3
* refactor: convert more %-formatting to f-stringsNed Batchelder2021-05-021-3/+3
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-2/+2
* build: update to latest pylintgood-metaNed Batchelder2021-05-021-1/+0
* refactor: remove a few more version checksNed Batchelder2021-05-021-4/+1
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-5/+5
* refactor: remove more unneeded backward.py shimsNed Batchelder2021-05-011-3/+2
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-2/+3
* style: correct two recent lint faux pasNed Batchelder2021-03-181-1/+1
* refactor: remove unused encoding parameterNed Batchelder2021-03-141-2/+2
* test: add a test of missing sections and optionsNed Batchelder2021-02-251-2/+2
* refactor: Move post-processing into CoverageConfigNed Batchelder2021-01-271-7/+15
* skip_covered and skip_empty for HTML. #1090Ned Batchelder2021-01-101-0/+4
* Create Way to force package even if filepath exists (#1026)Thomas Grainger2020-09-121-0/+2
* Report descending sort option (#1005)Jerin Peter George2020-07-031-0/+1
* Read the config file contents as bytes, it's just for debugging anyway. #990Ned Batchelder2020-05-231-1/+1
* Update pylintNed Batchelder2020-05-191-1/+1
* Finish up #967. Thanks, Bernát GáborNed Batchelder2020-04-111-0/+2
* Allow plugins to alter the paths configBernat Gabor2020-04-031-0/+6
* Use abspath to rc file so that chdir doesn't bork us. #890Ned Batchelder2019-12-231-2/+3
* A way to artificially crash coverage, for testing.Ned Batchelder2019-12-231-0/+2
* The [paths] setting is ordered. #649Ned Batchelder2019-12-011-2/+5
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-011-1/+3
* Don't do vars and users in abs_fileNed Batchelder2019-11-281-0/+1
* Give warnings about not being able to parse TOML files if toml isn't installedNed Batchelder2019-11-031-3/+0
* A better way to import optional modulesNed Batchelder2019-11-031-2/+3
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-3/+13
* Optionally skip empty files in reportsreybog902019-11-011-0/+2
* Polish up substitute_variables based on a lightning talkNed Batchelder2019-09-141-1/+1
* Reporting methods shouldn't permanently change the configurationNed Batchelder2019-09-011-1/+6
* Create a JSON reportMatt Bachmann2019-08-311-0/+10
* Clean up and test filtering contexts for reportingNed Batchelder2019-07-011-1/+2
* Silence a pylint warningNed Batchelder2019-07-011-0/+2
* Make show_contexts available to set_option, and document it.Ned Batchelder2019-06-301-1/+2
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-101-0/+1