summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: prep for 6.4.2Ned Batchelder2022-07-121-3/+3
|
* docs: update the 3.11 versionNed Batchelder2022-07-121-1/+1
|
* docs: latest sample HTML report6.4.1Ned Batchelder2022-06-0211-41/+41
|
* build: prep for 6.4.1Ned Batchelder2022-06-022-7/+7
|
* chore: make upgradeNed Batchelder2022-05-311-4/+4
|
* docs: latest sample HTML reportNed Batchelder2022-05-2213-173/+469
|
* build: prep for 6.4Ned Batchelder2022-05-222-4/+4
|
* docs: spell checkNed Batchelder2022-05-222-1/+30
|
* docs: mention in the man pageNed Batchelder2022-05-221-1/+2
|
* docs: add a note about using --debug=trace to debug No Data. #1379Ned Batchelder2022-05-221-0/+3
|
* style(docs): use definition list for warningsNed Batchelder2022-05-221-12/+10
|
* feat: a new debug option `sqldata` shows all the data being written to the db.Ned Batchelder2022-05-221-0/+3
|
* fix: the SIGTERM handler is now opt-in. #1310Ned Batchelder2022-05-181-0/+18
|
* docs: cross-reference cmd to config, and add the missing lcov settingNed Batchelder2022-05-182-14/+51
|
* style(docs): blank lines between settings, and wrap paragraphsNed Batchelder2022-05-171-93/+124
|
* docs: every config setting is an h3. #1380Ned Batchelder2022-05-172-49/+173
|
* docs: latest sample6.3.3Ned Batchelder2022-05-1211-21/+21
|
* build: prep for 6.3.3Ned Batchelder2022-05-122-4/+4
|
* chore: make upgradeNed Batchelder2022-05-121-3/+3
| | | | | Wrote this bug for pylint, because I shouldn't have to add a pragma: https://github.com/PyCQA/pylint/issues/6592
* fix: fix compilation errors on latest 3.11.0Ned Batchelder2022-05-121-1/+1
|
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-1/+1
|
* chore: make upgradeNed Batchelder2022-04-301-9/+9
|
* build: make upgradeNed Batchelder2022-03-171-8/+8
|
* docs: clarify usage of disable_warnings in pyproject.toml (#1330)Lukasz Stolcman2022-02-231-0/+4
| | | | | | | * docs: clarify usage of disable_warnings in pyproject.toml * Update doc/cmd.rst Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* docs: oops, we're up to 3.11.0a5Ned Batchelder2022-02-201-1/+1
|
* build: prep for 6.3.26.3.2Ned Batchelder2022-02-202-5/+5
|
* docs: latest sample HTMLNed Batchelder2022-02-2011-21/+21
|
* build: make upgradeNed Batchelder2022-02-121-2/+2
|
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-061-3/+5
|
* doc: fix a moved linkNed Batchelder2022-02-061-1/+1
|
* doc, test: clean up from 'better tracing of pytracer changed'Ned Batchelder2022-02-061-2/+1
| | | | | Commit d35e8c4624bd074c4e55a8e8a33c343f734299db changed the message, but the docs and tests weren't updated.
* debug: add 'pybehave' debug informationNed Batchelder2022-02-061-0/+5
| | | | It shows the behavior flags from coverage.env.
* build: make upgradeNed Batchelder2022-02-021-2/+2
|
* 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
|