summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: simplify purges_filesNed Batchelder2023-02-081-24/+19
| | | | Also, move tests to test_data.py, and finish covering the code.
* build: next version will be 7.2.0Ned Batchelder2023-02-081-1/+1
|
* feat: add purge_files method to CoverageData + unit tests for it (#1547)Wingware Development2023-02-041-0/+36
| | | | | | | | | | | | | | | * Add purge_files method to CoverageData, to allow for selective removal and update of coverage data. * Fix assert syntax so it's not true; this code isn't reached in the test unless it fails and then it would have failed to fail. * Remove trailing whitespace; did not expect this would matter on a blank line. * Add type annotations required by mypy --------- Co-authored-by: Stephan Deibel <sdeibel@wingware.com>
* fix: two typing tweaksNed Batchelder2023-02-041-1/+1
|
* fix: add safety for empty stack on shutdown. (#1543)Russell Keith-Magee2023-02-031-3/+11
| | | | | | | | | * Add safety for empty stack on shutdown. * Correct line length linting issue. --------- Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* docs: paperwork for py.typedNed Batchelder2023-02-021-0/+1
|
* add py.typedKotlinIsland2023-02-021-0/+0
|
* style: remove needless trailing commasNed Batchelder2023-01-261-1/+1
|
* build: bump versionNed Batchelder2023-01-241-2/+2
|
* docs: prep for 7.1.0Ned Batchelder2023-01-241-2/+2
|
* perf: avoid needless sql operations. #1538Ned Batchelder2023-01-241-9/+7
| | | | | | | | | | If the set of arcs is empty, skip the SQL operations. We also need to allow setting a file tracer for an unmeasured file, to avoid the Cython problem whose fix caused the performance issue in the first place. TBH, I don't know why we had to prevent file tracers on unmeasured files. Perhaps pytest-cov has changed to avoid the behavior that caused problems.
* 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
| | | | The squishiness of IndexInfoDict.nums is frustrating.
* 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
|