summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-128-22/+58
* test: lightly test the ast_dump functionNed Batchelder2021-10-121-67/+66
* build: bump versionNed Batchelder2021-10-111-1/+1
* build: prep for 6.0.26.0.2Ned Batchelder2021-10-111-1/+1
* fix: source modules need to be re-imported. #1232Ned Batchelder2021-10-113-29/+53
* test: add more tests of run_python_fileNed Batchelder2021-10-111-4/+2
* refactor: remove qualname code that was only for Python 2Ned Batchelder2021-10-111-31/+5
* fix: make third-party detection work with namespace packages. #1231Ned Batchelder2021-10-101-9/+32
* style: the name of the matchers don't need quotes in the reprsNed Batchelder2021-10-101-3/+3
* test: cover the last edge cases in sqldata.pyNed Batchelder2021-10-101-4/+4
* fix: raise CoverageException for SQLite connection errorsnedbat/sqldata-edge-testsNed Batchelder2021-10-101-1/+5
* style: prefer explicit string concatenationNed Batchelder2021-10-103-34/+33
* style: use the official designation for utf-8Ned Batchelder2021-10-106-11/+11
* fix: contexts_by_lineno now returns a true dictNed Batchelder2021-10-093-13/+13
* style: make string quotes uniformNed Batchelder2021-10-091-74/+71
* refactor: this import was only needed for Python 2Ned Batchelder2021-10-081-4/+1
* test: mark some uncovered thingsNed Batchelder2021-10-083-3/+12
* test: canonicalize this bit of debug outputNed Batchelder2021-10-081-1/+1
* build: bump versionNed Batchelder2021-10-061-1/+1
* build: prep for 6.0.16.0.1Ned Batchelder2021-10-061-1/+1
* fix: make exceptions importable from coverage.misc again. #1226Ned Batchelder2021-10-061-0/+5
* Fix an incompatibility with pyarmorglacials2021-10-061-1/+1
* fix: pretend we didn't import third-party packages we use. #1228Ned Batchelder2021-10-062-5/+29
* build: bump versionNed Batchelder2021-10-021-1/+1
* build: prep for 6.0 releaseNed Batchelder2021-10-021-1/+1
* test: update pylintNed Batchelder2021-09-291-1/+1
* fix: Avoid a race condition in misc.ensure_dir (#1220)Clément Pit-Claudel2021-09-021-2/+2
* refactor: use sets to collect dataNed Batchelder2021-08-155-28/+28
* fix: missing exceptions through with statements in 3.10 aren't considered mis...Ned Batchelder2021-08-141-8/+4
* debug: improved logging in tracer.cNed Batchelder2021-08-091-13/+14
* Fix parsing 'command_line' option (#1201)Pavel Tsialnou2021-08-061-1/+1
* feat: mention skipped file counts in the HTML report. #1163Ned Batchelder2021-08-062-1/+28
* feat: `coverage combine` now prints messages naming the files being combined....Ned Batchelder2021-08-052-1/+6
* feat: HTML report now says where the report is. #1195 (#1207)Ned Batchelder2021-08-053-2/+19
* feat: unrecognized options are now a warning rather than error. #1035 (#1206)Ned Batchelder2021-08-052-18/+23
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
* fix: correct previous refactoringsNed Batchelder2021-07-285-9/+9
* refactor: convert %-strings to f-stringsNed Batchelder2021-07-289-27/+17
* fix: match/case will trace the default case lineNed Batchelder2021-07-271-3/+0
* fix: retry immediately on a failure inside executemany. #1010Ned Batchelder2021-07-211-1/+7
* fix: raise chained errors with "from" #998Ned Batchelder2021-07-207-28/+26
* build: bump version6.0b1Ned Batchelder2021-07-181-1/+1
* docs: prep for 6.0b1Ned Batchelder2021-07-181-1/+1
* build: update pylint and remove some unneeded warning suppressionNed Batchelder2021-07-181-1/+1
* fix: generate flat file names differentlyNed Batchelder2021-07-151-8/+9
* fix: it just seems silly to use more than 32 chars for a fingerprintNed Batchelder2021-07-141-1/+1
* fix: use a modern hash when fingerprinting. #1189Ned Batchelder2021-07-131-8/+8
* Support TOML v1.0.0 syntax in `pyproject.toml` (#1186)Thomas Grainger2021-07-131-6/+6
* refactor: Python 3.9 added an accessor for frame->f_codeNed Batchelder2021-07-082-11/+18
* feat: soft keywords are shown in bold in the HTML reportNed Batchelder2021-06-062-3/+40