Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | docs: the 5.0 change summary shouldn't be so prominent anymore | Ned Batchelder | 2021-10-04 | 1 | -1/+0 |
| | |||||
* | docs: 6.0 sample HTML report6.0 | Ned Batchelder | 2021-10-02 | 15 | -852/+849 |
| | |||||
* | build: prep for 6.0 release | Ned Batchelder | 2021-10-02 | 2 | -4/+4 |
| | |||||
* | chore: update requirements | Ned Batchelder | 2021-09-29 | 1 | -3/+3 |
| | |||||
* | chore: update tooling versions | Ned Batchelder | 2021-08-09 | 1 | -5/+5 |
| | |||||
* | docs: skip_covered and skip_empty were never documented | Ned Batchelder | 2021-08-06 | 1 | -0/+10 |
| | |||||
* | style: fix typos discovered by codespell (#1197) | Christian Clauss | 2021-08-01 | 2 | -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_lines | Ned Batchelder | 2021-07-25 | 2 | -2/+23 |
| | |||||
* | docs: mention sys.setprofile as code that will not be measured. #1192 | Ned Batchelder | 2021-07-19 | 1 | -0/+5 |
| | |||||
* | docs: prep for 6.0b1 | Ned Batchelder | 2021-07-18 | 1 | -3/+3 |
| | |||||
* | docs: fix two links sphinx thinks are broken | Ned Batchelder | 2021-07-18 | 1 | -1/+1 |
| | |||||
* | build: update doc pins, and css for sphinx 4 | Ned Batchelder | 2021-07-18 | 2 | -3/+17 |
| | |||||
* | test: change how we keep mismatched actual output | Ned Batchelder | 2021-07-15 | 1 | -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 | ||||
* | docs: add pyw to the list of extensions --source will consider | Ned Batchelder | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | doc: mention dynamic contexts in more places | Ned Batchelder | 2021-05-29 | 2 | -0/+30 |
| | |||||
* | COVERAGE_DEBUG_FILE accepts "stdout" and "stderr" | Ned Batchelder | 2021-05-23 | 1 | -0/+2 |
| | |||||
* | chore: update two dependencies | Ned Batchelder | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | refactor: remove redundant Python 2 code (#1155) | Hugo van Kemenade | 2021-05-02 | 1 | -4/+3 |
| | | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports | ||||
* | docs: update the examples in contributing.rst | Ned Batchelder | 2021-05-02 | 1 | -60/+39 |
| | |||||
* | docs: update Python versions supported | Ned Batchelder | 2021-05-02 | 1 | -2/+2 |
| | |||||
* | docs: fix code comment formatting (#1153) | Mayank Singhal | 2021-04-30 | 3 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | * docs(branch.rst): Line number comments not needed The topic `Branch Coverage Management` in this file already has a setting: :linenothreshold: 5 Using this setting, sphinx will automatically provide line numbers for code block longer than 5 lines. reference: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-highlight-linenothreshold * docs: Extra spaces in comment (maybe intentional) The lines edited in this commit might have been given extra indentation purposefully. As they are an instruction for coverage py and are immediately followed by another comment that is not for coveragepy. * docs: inconsistent spaces in comments Fix extra indentations or lack of indentations. |