summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* docs: clarify how --source affects reporting commands. #1159Ned Batchelder2021-10-182-0/+11
|
* docs: remove stale TODONed Batchelder2021-10-181-3/+1
|
* docs: correct the description of 'debug sys' tracer details. #1157Ned Batchelder2021-10-171-2/+2
|
* feat: `coverage run` now sets the COVERAGE_RUN environment variableNed Batchelder2021-10-161-0/+4
|
* style(docs): clean up a trailing blank lineNed Batchelder2021-10-141-1/+0
|
* docs: use real emdashes for better renderingnedbat/split-changesNed Batchelder2021-10-111-231/+186
|
* docs: keep CHANGES small, full list is in the docsNed Batchelder2021-10-111-0/+2834
|
* build: prep for 6.0.26.0.2Ned Batchelder2021-10-112-3/+4
|
* docs: sample HTML from 6.0.2Ned Batchelder2021-10-1111-21/+21
|
* fix: source modules need to be re-imported. #1232Ned Batchelder2021-10-111-0/+5
|
* build: prep for 6.0.16.0.1Ned Batchelder2021-10-062-3/+3
|
* docs: this document isn't in a toc, and that's okNed Batchelder2021-10-061-0/+2
|
* docs: the 5.0 change summary shouldn't be so prominent anymoreNed Batchelder2021-10-041-1/+0
|
* docs: 6.0 sample HTML report6.0Ned Batchelder2021-10-0215-852/+849
|
* build: prep for 6.0 releaseNed Batchelder2021-10-022-4/+4
|
* chore: update requirementsNed Batchelder2021-09-291-3/+3
|
* chore: update tooling versionsNed Batchelder2021-08-091-5/+5
|
* docs: skip_covered and skip_empty were never documentedNed Batchelder2021-08-061-0/+10
|
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-012-2/+2
| | | | | | | | | | | python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
* docs: clarify the behavior of exclude_linesNed Batchelder2021-07-252-2/+23
|
* docs: mention sys.setprofile as code that will not be measured. #1192Ned Batchelder2021-07-191-0/+5
|
* docs: prep for 6.0b1Ned Batchelder2021-07-181-3/+3
|
* docs: fix two links sphinx thinks are brokenNed Batchelder2021-07-181-1/+1
|
* build: update doc pins, and css for sphinx 4Ned Batchelder2021-07-182-3/+17
|
* test: change how we keep mismatched actual outputNed Batchelder2021-07-151-4/+0
| | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test