summaryrefslogtreecommitdiff
path: root/coverage/types.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Remove missing type parameter (#1570)KotlinIsland2023-03-151-1/+5
* fix: Path objects are ok for data_file and config_file. #1552Ned Batchelder2023-02-121-1/+12
* style: remove needless trailing commasNed Batchelder2023-01-261-1/+1
* mypy: progress on test_plugins.pyNed Batchelder2023-01-121-0/+7
* mypy: pytracer.py, the last file in coverage/Ned Batchelder2023-01-121-7/+5
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-2/+2
* mypy: test_debug.py test_execfile.py test_filereporter.py test_files.pyNed Batchelder2023-01-041-4/+6
* mypy: summary.py, test_summary.py, tests/coveragetest.pyNed Batchelder2023-01-041-0/+7
* mypy: test_config.py, test_context.pyNed Batchelder2023-01-031-1/+1
* mypy: check collector.py and plugin_support.pyNed Batchelder2023-01-011-7/+92
* mypy: add cmdline.py and test_cmdline.pyNed Batchelder2022-12-311-1/+1
* mypy: add env.pyNed Batchelder2022-12-311-4/+1
* mypy: control.py is checkedNed Batchelder2022-12-311-1/+1
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-311-1/+1
* mypy: add data.py and test_api.pyNed Batchelder2022-12-311-1/+8
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-301-1/+4
* mypy: check python.pyNed Batchelder2022-12-291-1/+6
* mypy: check sqldata.pyNed Batchelder2022-12-291-0/+21
* mypy: use specialized type name for ints that are line numbersNed Batchelder2022-12-291-1/+4
* mypy: mypy checks plugin.pyNed Batchelder2022-12-291-0/+47