| Commit message (Expand) | Author | Age | Files | Lines |
* | mypy: misc.py, test_misc.py | Ned Batchelder | 2023-01-03 | 1 | -1/+1 |
* | mypy: test_config.py, test_context.py | Ned Batchelder | 2023-01-03 | 1 | -1/+1 |
* | mypy: add env.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
* | mypy: control.py is checked | Ned Batchelder | 2022-12-31 | 1 | -6/+6 |
* | mypy: check tests/goldtest.py, tests/test_html.py | Ned Batchelder | 2022-12-31 | 1 | -3/+3 |
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 1 | -7/+7 |
* | mypy: mypy checks plugin.py | Ned Batchelder | 2022-12-29 | 1 | -8/+2 |
* | test: run mypy on config.py | Ned Batchelder | 2022-12-27 | 1 | -56/+87 |
* | style: fix spelling | Ned Batchelder | 2022-11-28 | 1 | -2/+2 |
* | feat: added support for finding unexecuted namespace packages (#1387) | Felix Horvat | 2022-11-17 | 1 | -0/+2 |
* | feat: complete removal of `[run] note` | Ned Batchelder | 2022-11-11 | 1 | -2/+0 |
* | refactor: use `format` wherever we can | Ned Batchelder | 2022-11-05 | 1 | -2/+2 |
* | feat: report terminal output in Markdown Table format #1418 (#1479) | stepeos | 2022-11-05 | 1 | -0/+2 |
* | refactor: avoid RawConfigParser, and use super() | Ned Batchelder | 2022-11-03 | 1 | -10/+10 |
* | fix: the SIGTERM handler is now opt-in. #1310 | Ned Batchelder | 2022-05-18 | 1 | -0/+2 |
* | style: parens should indent the same as their opening line | Ned Batchelder | 2022-05-01 | 1 | -1/+1 |
* | debug: pybehave is now an option on `coverage debug` | Ned Batchelder | 2022-02-06 | 1 | -1/+7 |
* | fix: small fixes to lcov, and changes.rst mention. | Ned Batchelder | 2022-01-22 | 1 | -1/+4 |
* | feat: add "lcov" command for generating LCOV reports | Bradley Burns | 2022-01-22 | 1 | -0/+3 |
* | feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrency | Ned Batchelder | 2021-11-25 | 1 | -0/+2 |
* | refactor: this is nicer as a set | Ned Batchelder | 2021-11-24 | 1 | -2/+2 |
* | refactor: specialize exceptions | Ned Batchelder | 2021-11-14 | 1 | -9/+9 |
* | feat: unrecognized options are now a warning rather than error. #1035 (#1206) | Ned Batchelder | 2021-08-05 | 1 | -4/+5 |
* | fix: raise chained errors with "from" #998 | Ned Batchelder | 2021-07-20 | 1 | -3/+3 |
* | refactor: convert more %-formatting to f-strings | Ned Batchelder | 2021-05-02 | 1 | -3/+3 |
* | refactor: move exceptions to their own module | Ned Batchelder | 2021-05-02 | 1 | -2/+2 |
* | build: update to latest pylintgood-meta | Ned Batchelder | 2021-05-02 | 1 | -1/+0 |
* | refactor: remove a few more version checks | Ned Batchelder | 2021-05-02 | 1 | -4/+1 |
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 1 | -5/+5 |
* | refactor: remove more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -3/+2 |
* | refactor: remove unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -2/+3 |
* | style: correct two recent lint faux pas | Ned Batchelder | 2021-03-18 | 1 | -1/+1 |
* | refactor: remove unused encoding parameter | Ned Batchelder | 2021-03-14 | 1 | -2/+2 |
* | test: add a test of missing sections and options | Ned Batchelder | 2021-02-25 | 1 | -2/+2 |
* | refactor: Move post-processing into CoverageConfig | Ned Batchelder | 2021-01-27 | 1 | -7/+15 |
* | skip_covered and skip_empty for HTML. #1090 | Ned Batchelder | 2021-01-10 | 1 | -0/+4 |
* | Create Way to force package even if filepath exists (#1026) | Thomas Grainger | 2020-09-12 | 1 | -0/+2 |
* | Report descending sort option (#1005) | Jerin Peter George | 2020-07-03 | 1 | -0/+1 |
* | Read the config file contents as bytes, it's just for debugging anyway. #990 | Ned Batchelder | 2020-05-23 | 1 | -1/+1 |
* | Update pylint | Ned Batchelder | 2020-05-19 | 1 | -1/+1 |
* | Finish up #967. Thanks, Bernát Gábor | Ned Batchelder | 2020-04-11 | 1 | -0/+2 |
* | Allow plugins to alter the paths config | Bernat Gabor | 2020-04-03 | 1 | -0/+6 |
* | Use abspath to rc file so that chdir doesn't bork us. #890 | Ned Batchelder | 2019-12-23 | 1 | -2/+3 |
* | A way to artificially crash coverage, for testing. | Ned Batchelder | 2019-12-23 | 1 | -0/+2 |
* | The [paths] setting is ordered. #649 | Ned Batchelder | 2019-12-01 | 1 | -2/+5 |
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 1 | -1/+3 |
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 1 | -0/+1 |
* | Give warnings about not being able to parse TOML files if toml isn't installed | Ned Batchelder | 2019-11-03 | 1 | -3/+0 |
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 1 | -2/+3 |
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 1 | -3/+13 |