Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | build: make tags like 5.6.1 not coverage-5.6.1 | Ned Batchelder | 2021-04-15 | 1 | -2/+2 | |
| | ||||||
* | build: version 5.6b1coverage-5.6b1v5.x | Ned Batchelder | 2021-04-12 | 1 | -3/+3 | |
| | ||||||
* | build: update build dependencies | Ned Batchelder | 2021-04-11 | 1 | -4/+4 | |
| | ||||||
* | docs: update the help in the docs | Ned Batchelder | 2021-03-21 | 1 | -2/+2 | |
| | ||||||
* | docs: update a pytest url to their new structure | Ned Batchelder | 2021-03-21 | 1 | -1/+1 | |
| | ||||||
* | style: remove commented-out sphinx extension we don't need | Ned Batchelder | 2021-03-19 | 1 | -1/+0 | |
| | ||||||
* | style: correct two recent lint faux pas | Ned Batchelder | 2021-03-18 | 1 | -11/+11 | |
| | ||||||
* | docs: clarify the --source values | Ned Batchelder | 2021-03-18 | 1 | -2/+4 | |
| | | | | | | On the Test & Code podcast (https://testandcode.com/148) Brian Okken explained why the old wording was confusing. I hope this makes it clearer. | |||||
* | build: clean up pip files | Ned Batchelder | 2021-03-01 | 1 | -0/+2 | |
| | | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way. | |||||
* | docs: use sphinxcontrib for the rst buildercoverage-5.55.5 | Ned Batchelder | 2021-02-28 | 2 | -5/+3 | |
| | ||||||
* | build: version 5.5 prep | Ned Batchelder | 2021-02-28 | 2 | -4/+4 | |
| | ||||||
* | doc: latest sample HTML report | Ned Batchelder | 2021-02-28 | 13 | -34/+61 | |
| | ||||||
* | doc: avoid latin abbreviations | Ned Batchelder | 2021-02-01 | 1 | -1/+1 | |
| | ||||||
* | update config file doc to mention descending sort | Arthur Deygin | 2021-02-01 | 1 | -0/+1 | |
| | ||||||
* | build: clearly label auto-generated files | Ned Batchelder | 2021-01-30 | 9 | -0/+18 | |
| | ||||||
* | doc: touch-ups for `combine --keep` | Ned Batchelder | 2021-01-30 | 3 | -4/+7 | |
| | ||||||
* | Add combine --keep (#1110) | Éric Larivière | 2021-01-30 | 2 | -0/+5 | |
| | | | | | | | | | | | * Add combine --keep Related to https://github.com/nedbat/coveragepy/issues/1108 * Fix unit tests * Fix line too long * Fix line too long | |||||
* | Update the doc requirements | Ned Batchelder | 2021-01-26 | 1 | -4/+7 | |
| | ||||||
* | Add versionadded info for the new 5.4 configuration options | Ned Batchelder | 2021-01-26 | 1 | -0/+4 | |
| | ||||||
* | Prep for 5.4 | Ned Batchelder | 2021-01-24 | 3 | -10/+10 | |
| | ||||||
* | Latest sample HTML | Ned Batchelder | 2021-01-24 | 11 | -21/+21 | |
| | ||||||
* | skip_covered and skip_empty for HTML. #1090 | Ned Batchelder | 2021-01-10 | 1 | -15/+17 | |
| | ||||||
* | Update doc packages | Ned Batchelder | 2020-12-19 | 1 | -6/+5 | |
| | ||||||
* | Latest sample HTML report | Ned Batchelder | 2020-12-19 | 13 | -22/+32 | |
| | ||||||
* | Prep for 5.3.1 | Ned Batchelder | 2020-12-19 | 2 | -5/+5 | |
| | ||||||
* | Add another useful example to the docs. #1055 | Ned Batchelder | 2020-12-06 | 1 | -0/+1 | |
| | ||||||
* | dependencies | Ned Batchelder | 2020-09-23 | 1 | -1/+2 | |
| | ||||||
* | Sphinx 3 changed versionadded. Go back while I figure out what to do | Ned Batchelder | 2020-09-13 | 1 | -1/+1 | |
| | ||||||
* | Making a releasecoverage-5.3 | Ned Batchelder | 2020-09-13 | 13 | -25/+25 | |
| |