summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: 3.10.0 is outnedbat/no-prerel-kitsNed Batchelder2021-10-053-4/+4
* docs: the 5.0 change summary shouldn't be so prominent anymoreNed Batchelder2021-10-042-4/+4
* build: bump versionNed Batchelder2021-10-022-1/+7
* docs: 6.0 sample HTML report6.0Ned Batchelder2021-10-0215-852/+849
* build: prep for 6.0 releaseNed Batchelder2021-10-025-9/+12
* docs: update the link to shining pandaNed Batchelder2021-10-021-1/+1
* test: fix flaky multiprocessing testsNed Batchelder2021-09-291-1/+1
* chore: update requirementsNed Batchelder2021-09-295-16/+16
* test: update pylintNed Batchelder2021-09-293-2/+4
* Python 3.10.0rc2Ned Batchelder2021-09-083-3/+3
* docs: thanks, Clément Pit-ClaudelNed Batchelder2021-09-022-0/+6
* fix: Avoid a race condition in misc.ensure_dir (#1220)Clément Pit-Claudel2021-09-021-2/+2
* test: another test suggested by Mark ShannonNed Batchelder2021-08-311-0/+15
* build: don't over-run actionsNed Batchelder2021-08-312-0/+4
* Add link to coverage.py twitter account to project urls (#1217)Asher Foa2021-08-301-0/+1
* build: defend against a local PYTHONPYCACHEPREFIX settingNed Batchelder2021-08-291-0/+3
* fixes typo in kit workflow (#1215)Luis Nell2021-08-231-1/+1
* refactor: use sets to collect dataNed Batchelder2021-08-156-62/+60
* fix: missing exceptions through with statements in 3.10 aren't considered mis...Ned Batchelder2021-08-143-8/+65
* refactor: move a test helper to CoverageTestNed Batchelder2021-08-142-6/+10
* test: a part-covered comprehensionNed Batchelder2021-08-093-5/+3
* test: simplify pyc logicNed Batchelder2021-08-091-9/+2
* test: show contexts in metacov reportNed Batchelder2021-08-093-13/+10
* test: exclude one last line in test_api.pyNed Batchelder2021-08-091-1/+1
* debug: improved logging in tracer.cNed Batchelder2021-08-091-13/+14
* build: never warn about old pip versionsNed Batchelder2021-08-094-0/+12
* test: add a test for #1205 bpo-44840Ned Batchelder2021-08-091-1/+27
* chore: update tooling versionsNed Batchelder2021-08-095-14/+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-064-1/+36
* docs: skip_covered and skip_empty were never documentedNed Batchelder2021-08-061-0/+10
* test: add a test of the one thing uncovered in results.pyNed Batchelder2021-08-051-0/+8
* feat: `coverage combine` now prints messages naming the files being combined....Ned Batchelder2021-08-055-13/+32
* feat: HTML report now says where the report is. #1195 (#1207)Ned Batchelder2021-08-057-6/+28
* feat: unrecognized options are now a warning rather than error. #1035 (#1206)Ned Batchelder2021-08-054-24/+35
* build: use 3.10.0-rc.1 (#1204)Ned Batchelder2021-08-043-3/+3
* docs: add more detail to a confusing changelog entryNed Batchelder2021-08-021-1/+5
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-0110-16/+16
* fix: correct previous refactoringsNed Batchelder2021-07-285-9/+9
* refactor: convert %-strings to f-stringsNed Batchelder2021-07-2810-29/+19
* fix: match/case will trace the default case lineNed Batchelder2021-07-272-4/+1
* docs: clarify the behavior of exclude_linesNed Batchelder2021-07-252-2/+23
* build: better error reporting in download_gha_artifactsNed Batchelder2021-07-241-10/+15
* build: generalize download_gha_artifacts so other repos can use itNed Batchelder2021-07-242-2/+3
* test: show hash-based pyc fields in show_pycNed Batchelder2021-07-221-2/+4
* fix: retry immediately on a failure inside executemany. #1010Ned Batchelder2021-07-212-2/+9
* fix: raise chained errors with "from" #998Ned Batchelder2021-07-208-33/+31
* test: don't report this function in pytest tracebacksNed Batchelder2021-07-201-0/+1
* test: check the plugin warnings differentlyNed Batchelder2021-07-201-1/+2
* test: add a test for bpo 44622, #1176Ned Batchelder2021-07-191-0/+24