summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
...
* feat: also include the version and timestamp at the top of the index page: #1354Ned Batchelder2022-05-201-0/+5
* feat(html): version and timestamp at the top of report files.Ned Batchelder2022-05-203-20/+33
* fix: next/prev links in HTML report don't link to skipped files.Ned Batchelder2022-05-191-63/+61
* docs: thanks for the new keyboard shortcutsNed Batchelder2022-05-191-3/+2
* feat: more html keyboard shortcutsJ. M. F. Tsang2022-05-194-13/+128
* build: the next version will be 6.4Ned Batchelder2022-05-181-1/+1
* fix: the SIGTERM handler is now opt-in. #1310Ned Batchelder2022-05-182-6/+9
* refactor: clean up tomllib additionNed Batchelder2022-05-151-4/+5
* Use tomllib on Python 3.11 (#1359)Shantanu2022-05-151-9/+14
* debug: slightly nicer wrapping of the sqlite3 debug infoNed Batchelder2022-05-141-3/+2
* test: remove version-specfic skips we no longer needNed Batchelder2022-05-131-3/+0
* build: version bumpNed Batchelder2022-05-121-1/+1
* build: prep for 6.3.3Ned Batchelder2022-05-121-1/+1
* chore: make upgradeNed Batchelder2022-05-121-0/+1
* fix: fix compilation errors on latest 3.11.0Ned Batchelder2022-05-122-9/+30
* debug: incidental debug improvements in tracer.cNed Batchelder2022-05-121-6/+9
* style: parens should indent the same as their opening lineNed Batchelder2022-05-0115-42/+40
* chore: make upgradeNed Batchelder2022-04-301-0/+1
* fix: protect fullcoverage against lineno=None, bpo46911Ned Batchelder2022-03-032-12/+5
* build: version bumpNed Batchelder2022-02-201-1/+1
* build: prep for 6.3.26.3.2Ned Batchelder2022-02-201-1/+1
* fix: pypy3.9 traces decorators like CPython 3.8Ned Batchelder2022-02-201-1/+1
* fix: provide an intelligible error message for multiprocessing with no config...Ned Batchelder2022-02-091-0/+2
* test: dropping old Python versions mean we no longer need optimize_if_not_deb...Ned Batchelder2022-02-061-3/+2
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-065-41/+49
* debug: tweaks to make these clearerNed Batchelder2022-02-062-7/+6
* test: make if_not_debug optimization testing a little more rationalNed Batchelder2022-02-061-15/+16
* test: adapt to PyPy 3.9 v7.8.8Ned Batchelder2022-02-062-9/+15
* debug: add 'pybehave' debug informationNed Batchelder2022-02-062-2/+24
* debug: include an indication of exception in the debug logNed Batchelder2022-02-031-0/+4
* build: version bump and more release detailsNed Batchelder2022-02-011-1/+1
* build: prep for 6.3.16.3.1Ned Batchelder2022-02-011-1/+1
* fix: use --precision argument when checking --fail-under (#1317)Marcelo Trylesinski2022-02-011-0/+2
* debug: better tracing of pytracer changedNed Batchelder2022-01-301-3/+5
* fix: use a re-entrant lock to avoid self-deadlocking #1310Ned Batchelder2022-01-301-1/+5
* test: skip tests on py 3.11.0a4 that are failing in metacovNed Batchelder2022-01-291-0/+3
* fix: only set signal handlers from the main thread. #1312Ned Batchelder2022-01-261-1/+4
* build: bump versionNed Batchelder2022-01-251-1/+1
* build: prepping for 6.3Ned Batchelder2022-01-251-1/+1
* docs: make it easier to add command-line options correctlyNed Batchelder2022-01-251-4/+14
* fix: more cleanup of --data-file optionsNed Batchelder2022-01-251-11/+18
* style: uniform formatting of cmdline optionsNed Batchelder2022-01-251-13/+9
* refactor: adjust some of the --data-file option handlingNed Batchelder2022-01-251-19/+28
* feat: use --data-file to configure the coverage databaseNikita Bloshchanevich2022-01-252-9/+29
* fix: save data on SIGTERM #1307Ned Batchelder2022-01-232-3/+18
* style: cleanups after lcov, though more than just lcovNed Batchelder2022-01-222-47/+48
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-222-5/+6
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-225-0/+170
* fix: create the db as needed when accessedNed Batchelder2022-01-201-30/+25
* refactor: make this more apparentNed Batchelder2022-01-171-1/+2