summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
...
* perf: avoid needless sql operations. #1538Ned Batchelder2023-01-241-9/+7
* fix: make tracing messages easier to understandNed Batchelder2023-01-221-2/+2
* test: more tests of debug output controlNed Batchelder2023-01-221-2/+2
* feat: the debug output file can be specified in the config file. #1319Ned Batchelder2023-01-223-26/+52
* mypy: turn on disallow_untyped_callsNed Batchelder2023-01-122-9/+15
* mypy: progress on test_plugins.pyNed Batchelder2023-01-123-5/+14
* mypy: pytracer.py, the last file in coverage/Ned Batchelder2023-01-123-33/+44
* mypy: html.pyNed Batchelder2023-01-121-31/+55
* build: bump versionNed Batchelder2023-01-101-2/+2
* docs: prep for 7.0.5Ned Batchelder2023-01-101-2/+2
* mypy: exclude fullcoverage/encodings.pyNed Batchelder2023-01-101-0/+3
* mypy: execfile.pyNed Batchelder2023-01-101-16/+36
* fix: isolate user code from coverage.py internal code flags. #1524Ned Batchelder2023-01-092-2/+2
* mypy: templite.py test_templite.pyNed Batchelder2023-01-071-20/+32
* build: bump versionNed Batchelder2023-01-071-2/+2
* docs: prep for 7.0.4Ned Batchelder2023-01-071-2/+2
* perf: the file mapping cache was off by mistake. #1527Ned Batchelder2023-01-071-1/+1
* mypy: debug.pyNed Batchelder2023-01-051-11/+15
* style: use good style for annotated defaults parametersNed Batchelder2023-01-0519-172/+172
* mypy: Iterator is better than GeneratorNed Batchelder2023-01-055-12/+11
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-0512-2/+25
* mypy: test_debug.py test_execfile.py test_filereporter.py test_files.pyNed Batchelder2023-01-045-28/+33
* mypy: summary.py, test_summary.py, tests/coveragetest.pyNed Batchelder2023-01-049-36/+71
* build: bump versionNed Batchelder2023-01-031-2/+2
* docs: prep for 7.0.37.0.3Ned Batchelder2023-01-031-2/+2
* fix: race condition on data file shouldn't break combining. #1522Ned Batchelder2023-01-032-1/+3
* mypy: misc.py, test_misc.pyNed Batchelder2023-01-033-39/+52
* refactor: a better way to have maybe-importable third-party modulesNed Batchelder2023-01-032-6/+8
* mypy: test_config.py, test_context.pyNed Batchelder2023-01-032-2/+2
* style: betterNed Batchelder2023-01-022-3/+1
* build: bump versionNed Batchelder2023-01-021-2/+2
* docs: prep for 7.0.2Ned Batchelder2023-01-021-2/+2
* fix: relative_files should keep relative path maps. #1519Ned Batchelder2023-01-021-4/+9
* mypy: partial debug.py and pytracer.pyNed Batchelder2023-01-023-42/+70
* mypy: xmlreport.pyNed Batchelder2023-01-011-26/+47
* mypy: check collector.py and plugin_support.pyNed Batchelder2023-01-0111-150/+330
* refactor: a better way to filter `coverage debug pybehave`Ned Batchelder2023-01-011-4/+8
* mypy: add cmdline.py and test_cmdline.pyNed Batchelder2022-12-313-34/+56
* mypy: add env.pyNed Batchelder2022-12-317-19/+23
* mypy: add lcovreport.pyNed Batchelder2022-12-311-3/+13
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-311-1/+6
* mypy: add annotate.py and jsonreport.pyNed Batchelder2022-12-314-13/+34
* mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, r...Ned Batchelder2022-12-314-15/+62
* mypy: control.py is checkedNed Batchelder2022-12-319-122/+147
* test: a sorted_lines helperNed Batchelder2022-12-311-1/+7
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-314-31/+64
* mypy: add data.py and test_api.pyNed Batchelder2022-12-312-12/+31
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-306-48/+2
* style: correct some lint errorsNed Batchelder2022-12-302-3/+3
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-307-153/+180