Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: fix compilation errors on latest 3.11.0 | Ned Batchelder | 2022-05-12 | 1 | -1/+1 | |
| | ||||||
* | style: parens should indent the same as their opening line | Ned Batchelder | 2022-05-01 | 1 | -1/+1 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-04-30 | 1 | -9/+9 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2022-03-17 | 1 | -8/+8 | |
| | ||||||
* | docs: clarify usage of disable_warnings in pyproject.toml (#1330) | Lukasz Stolcman | 2022-02-23 | 1 | -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.0a5 | Ned Batchelder | 2022-02-20 | 1 | -1/+1 | |
| | ||||||
* | build: prep for 6.3.26.3.2 | Ned Batchelder | 2022-02-20 | 2 | -5/+5 | |
| | ||||||
* | docs: latest sample HTML | Ned Batchelder | 2022-02-20 | 11 | -21/+21 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2022-02-12 | 1 | -2/+2 | |
| | ||||||
* | debug: pybehave is now an option on `coverage debug` | Ned Batchelder | 2022-02-06 | 1 | -3/+5 | |
| | ||||||
* | doc: fix a moved link | Ned Batchelder | 2022-02-06 | 1 | -1/+1 | |
| | ||||||
* | doc, test: clean up from 'better tracing of pytracer changed' | Ned Batchelder | 2022-02-06 | 1 | -2/+1 | |
| | | | | | Commit d35e8c4624bd074c4e55a8e8a33c343f734299db changed the message, but the docs and tests weren't updated. | |||||
* | debug: add 'pybehave' debug information | Ned Batchelder | 2022-02-06 | 1 | -0/+5 | |
| | | | | It shows the behavior flags from coverage.env. | |||||
* | build: make upgrade | Ned Batchelder | 2022-02-02 | 1 | -2/+2 | |
| | ||||||
* | build: prep for 6.3.16.3.1 | Ned Batchelder | 2022-02-01 | 2 | -4/+4 | |
| | ||||||
* | fix: use a re-entrant lock to avoid self-deadlocking #1310 | Ned Batchelder | 2022-01-30 | 1 | -0/+2 | |
| | ||||||
* | build: GitHub Actions now has 3.11.0a4 | Ned Batchelder | 2022-01-27 | 1 | -1/+1 | |
| | ||||||
* | build: prepping for 6.3 | Ned Batchelder | 2022-01-25 | 2 | -5/+5 | |
| | ||||||
* | docs: latest sample HTML report | Ned Batchelder | 2022-01-25 | 11 | -21/+21 | |
| | ||||||
* | fix: more cleanup of --data-file options | Ned Batchelder | 2022-01-25 | 2 | -32/+70 | |
| | ||||||
* | refactor: adjust some of the --data-file option handling | Ned Batchelder | 2022-01-25 | 1 | -24/+43 | |
| | ||||||
* | fix: save data on SIGTERM #1307 | Ned Batchelder | 2022-01-23 | 2 | -14/+15 | |
| | | | | This covers multiprocessing.Process.terminate(), and maybe other cases also. | |||||
* | fix: small fixes to lcov, and changes.rst mention. | Ned Batchelder | 2022-01-22 | 1 | -1/+1 | |
| | ||||||
* | feat: add "lcov" command for generating LCOV reports | Bradley Burns | 2022-01-22 | 5 | -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 extlink | Ned Batchelder | 2022-01-20 | 2 | -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 upgrade | Ned Batchelder | 2022-01-20 | 1 | -10/+7 | |
| | ||||||
* | build: provide hints about how to fix cog-check quality failures. | Ned Batchelder | 2022-01-15 | 2 | -0/+8 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2022-01-03 | 1 | -1/+1 | |
| | ||||||
* | build: drop Python 3.6 support | Ned Batchelder | 2021-12-31 | 2 | -2/+6 | |
| | ||||||
* | build: make upgrade on python 3.7 | Ned Batchelder | 2021-12-31 | 1 | -6/+14 | |
| | ||||||
* | refactor: clean up mentions of coverage3 alias | Ned Batchelder | 2021-12-31 | 1 | -4/+4 | |
| | ||||||
* | build: make upgradenedbat/upgrade-with-kits | Ned Batchelder | 2021-11-30 | 1 | -2/+2 | |
| | ||||||
* | docs: prep for 6.26.2 | Ned Batchelder | 2021-11-26 | 2 | -4/+4 | |
| | ||||||
* | docs: sample html report | Ned Batchelder | 2021-11-26 | 11 | -1255/+1400 | |
| | ||||||
* | docs: tweak the description of --concurrency | Ned Batchelder | 2021-11-26 | 2 | -4/+5 | |
| | ||||||
* | feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrency | Ned Batchelder | 2021-11-25 | 2 | -7/+11 | |
| | ||||||
* | build: use cog to maintain data copied into docs | Ned Batchelder | 2021-11-19 | 14 | -412/+306 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2021-11-18 | 1 | -9/+9 | |
| | ||||||
* | refactor: specialize exceptions | Ned Batchelder | 2021-11-14 | 2 | -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 exceptions | Ned Batchelder | 2021-11-14 | 2 | -4/+16 | |
| | | | | ... and make some of them private. | |||||
* | docs: dumb Sphinx theme adds a period to the copyright notice | Ned Batchelder | 2021-11-13 | 1 | -1/+1 | |
| | ||||||
* | fix: suppress exceptions when finding source= modules. #1203 | Ned Batchelder | 2021-11-13 | 1 | -0/+2 | |
| | ||||||
* | style(docs): make note:: uses uniform | Ned Batchelder | 2021-11-13 | 4 | -22/+28 | |
| | ||||||
* | docs: sample HTML report for 6.1.26.1.2 | Ned Batchelder | 2021-11-10 | 11 | -2187/+2232 | |
| | ||||||
* | docs: update the man page with --quiet | Ned Batchelder | 2021-11-10 | 1 | -0/+12 | |
| | ||||||
* | build: prep for 6.1.2 | Ned Batchelder | 2021-11-10 | 2 | -3/+3 | |
| | ||||||
* | fix: CPython 3.11 support. #1241 | Ned Batchelder | 2021-11-10 | 1 | -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 Furrer | 2021-11-09 | 1 | -1/+2 | |
| | | | | | | | * Fix typo in source docs * Format lines * Remove trailing whitespace | |||||
* | docs: a little refactoring of the recent xml doc change | Ned Batchelder | 2021-11-05 | 1 | -7/+7 | |
| | ||||||
* | docs: updated docs for #578 recommendation (#1148) | sur.la.route | 2021-11-05 | 1 | -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 |