Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | chore: make upgrade | Ned Batchelder | 2021-11-04 | 1 | -2/+2 |
| | |||||
* | docs: sample HTML report for 6.1.16.1.1 | Ned Batchelder | 2021-10-31 | 12 | -45/+62 |
| | |||||
* | build: prep for 6.1.1 | Ned Batchelder | 2021-10-31 | 2 | -3/+3 |
| | |||||
* | build: also pin pip and setuptools | Ned Batchelder | 2021-10-30 | 1 | -1/+2 |
| | | | | Mostly to get rid of the "you're not using the latest pip!" warning. | ||||
* | chore: make upgrade | Ned Batchelder | 2021-10-30 | 1 | -2/+2 |
| | |||||
* | docs: tweak the sidebar | Ned Batchelder | 2021-10-30 | 1 | -1/+1 |
| | |||||
* | docs: fix two warnings in the release-notes process | Ned Batchelder | 2021-10-30 | 1 | -1/+1 |
| | | | | ... and change "tox doc" to fail next time this happens. | ||||
* | build: prep for version 6.16.1 | Ned Batchelder | 2021-10-29 | 2 | -4/+4 |
| | |||||
* | docs: sample HTML report for 6.1 | Ned Batchelder | 2021-10-29 | 18 | -4698/+4545 |
| | |||||
* | deprecated: the annotate command will be removed in a future version | Ned Batchelder | 2021-10-29 | 1 | -0/+5 |
| | |||||
* | chore(docs): 'make cmd_help' because cmdline.py changed | Ned Batchelder | 2021-10-28 | 4 | -0/+4 |
| | |||||
* | fix: changes for PyPy3.8 | Ned Batchelder | 2021-10-25 | 1 | -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 upgrade | Ned Batchelder | 2021-10-24 | 1 | -8/+94 |
| | |||||
* | build: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 1 | -0/+16 |
| | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | ||||
* | docs: clarify how --source affects reporting commands. #1159 | Ned Batchelder | 2021-10-18 | 2 | -0/+11 |
| | |||||
* | docs: remove stale TODO | Ned Batchelder | 2021-10-18 | 1 | -3/+1 |
| | |||||
* | docs: correct the description of 'debug sys' tracer details. #1157 | Ned Batchelder | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | feat: `coverage run` now sets the COVERAGE_RUN environment variable | Ned Batchelder | 2021-10-16 | 1 | -0/+4 |
| | |||||
* | style(docs): clean up a trailing blank line | Ned Batchelder | 2021-10-14 | 1 | -1/+0 |
| | |||||
* | docs: use real emdashes for better renderingnedbat/split-changes | Ned Batchelder | 2021-10-11 | 1 | -231/+186 |
| | |||||
* | docs: keep CHANGES small, full list is in the docs | Ned Batchelder | 2021-10-11 | 1 | -0/+2834 |
| | |||||
* | build: prep for 6.0.26.0.2 | Ned Batchelder | 2021-10-11 | 2 | -3/+4 |
| | |||||
* | docs: sample HTML from 6.0.2 | Ned Batchelder | 2021-10-11 | 11 | -21/+21 |
| | |||||
* | fix: source modules need to be re-imported. #1232 | Ned Batchelder | 2021-10-11 | 1 | -0/+5 |
| | |||||
* | build: prep for 6.0.16.0.1 | Ned Batchelder | 2021-10-06 | 2 | -3/+3 |
| | |||||
* | docs: this document isn't in a toc, and that's ok | Ned Batchelder | 2021-10-06 | 1 | -0/+2 |
| |