summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* build: prep for 6.3.16.3.1Ned Batchelder2022-02-012-4/+4
|
* fix: use a re-entrant lock to avoid self-deadlocking #1310Ned Batchelder2022-01-301-0/+2
|
* build: GitHub Actions now has 3.11.0a4Ned Batchelder2022-01-271-1/+1
|
* build: prepping for 6.3Ned Batchelder2022-01-252-5/+5
|
* docs: latest sample HTML reportNed Batchelder2022-01-2511-21/+21
|
* fix: more cleanup of --data-file optionsNed Batchelder2022-01-252-32/+70
|
* refactor: adjust some of the --data-file option handlingNed Batchelder2022-01-251-24/+43
|
* fix: save data on SIGTERM #1307Ned Batchelder2022-01-232-14/+15
| | | | This covers multiprocessing.Process.terminate(), and maybe other cases also.
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-221-1/+1
|
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-225-4/+73
| | | | | | | * Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter
* refactor(docs): don't use extlinkNed Batchelder2022-01-202-20/+24
| | | | | | extlinks are handy shortcuts, but GitHub won't render them, and now Sphinx warns if you make an explicit link that could have been an extlink. So just keep it low-tech, and don't use extlinks at all.
* build: make upgradeNed Batchelder2022-01-201-10/+7
|
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-152-0/+8
|
* build: make upgradeNed Batchelder2022-01-031-1/+1
|
* build: drop Python 3.6 supportNed Batchelder2021-12-312-2/+6
|
* build: make upgrade on python 3.7Ned Batchelder2021-12-311-6/+14
|
* refactor: clean up mentions of coverage3 aliasNed Batchelder2021-12-311-4/+4
|
* build: make upgradenedbat/upgrade-with-kitsNed Batchelder2021-11-301-2/+2
|
* docs: prep for 6.26.2Ned Batchelder2021-11-262-4/+4
|
* docs: sample html reportNed Batchelder2021-11-2611-1255/+1400
|
* docs: tweak the description of --concurrencyNed Batchelder2021-11-262-4/+5
|
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-252-7/+11
|
* build: use cog to maintain data copied into docsNed Batchelder2021-11-1914-412/+306
|
* build: make upgradeNed Batchelder2021-11-181-9/+9
|
* refactor: specialize exceptionsNed Batchelder2021-11-142-0/+8
| | | | | | CoverageException is fine as a base class, but not good to use for raising (and catching sometimes). Introduce specialized exceptions that allow third-party tools to integrate better.
* docs: document the exceptionsNed Batchelder2021-11-142-4/+16
| | | | ... and make some of them private.
* docs: dumb Sphinx theme adds a period to the copyright noticeNed Batchelder2021-11-131-1/+1
|
* fix: suppress exceptions when finding source= modules. #1203Ned Batchelder2021-11-131-0/+2
|
* style(docs): make note:: uses uniformNed Batchelder2021-11-134-22/+28
|
* docs: sample HTML report for 6.1.26.1.2Ned Batchelder2021-11-1011-2187/+2232
|
* docs: update the man page with --quietNed Batchelder2021-11-101-0/+12
|
* build: prep for 6.1.2Ned Batchelder2021-11-102-3/+3
|
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-1/+1
| | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270
* docs: fix typo in source docs (#1275)Timo Furrer2021-11-091-1/+2
| | | | | | | * Fix typo in source docs * Format lines * Remove trailing whitespace
* docs: a little refactoring of the recent xml doc changeNed Batchelder2021-11-051-7/+7
|
* docs: updated docs for #578 recommendation (#1148)sur.la.route2021-11-051-0/+38
| | | | | | | | | | | | | * updated docs for #578 recommendation #578 https://github.com/nedbat/coveragepy/issues/578#issuecomment-413881957 https://bitbucket.org/suriya/coverage-xml-bug/pull-requests/1/demonstrate-a-fix-to-coverage-xml-bug/diff also see #1146 * fixed per lint * updated per lint
* chore: make upgradeNed Batchelder2021-11-041-2/+2
|
* docs: sample HTML report for 6.1.16.1.1Ned Batchelder2021-10-3112-45/+62
|
* build: prep for 6.1.1Ned Batchelder2021-10-312-3/+3
|
* build: also pin pip and setuptoolsNed Batchelder2021-10-301-1/+2
| | | | Mostly to get rid of the "you're not using the latest pip!" warning.
* chore: make upgradeNed Batchelder2021-10-301-2/+2
|
* docs: tweak the sidebarNed Batchelder2021-10-301-1/+1
|
* docs: fix two warnings in the release-notes processNed Batchelder2021-10-301-1/+1
| | | | ... and change "tox doc" to fail next time this happens.
* build: prep for version 6.16.1Ned Batchelder2021-10-292-4/+4
|
* docs: sample HTML report for 6.1Ned Batchelder2021-10-2918-4698/+4545
|
* deprecated: the annotate command will be removed in a future versionNed Batchelder2021-10-291-0/+5
|
* chore(docs): 'make cmd_help' because cmdline.py changedNed Batchelder2021-10-284-0/+4
|
* fix: changes for PyPy3.8Ned Batchelder2021-10-251-1/+1
| | | | | | | | | | - Update tox.ini to let us run against PyPy3.8 - Some 3.8 behavior is (apparently) only on CPython - PyPy3.8 doesn't get along with virtualenv yet (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our virtualenv tests.
* chore: make upgradeNed Batchelder2021-10-241-8/+94
|
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-241-0/+16
| | | | | The requires.io site stopped working for me, and this is a more automated process anyway.