Deprecated: The annotate command and the Coverage.annotate function will be removed in a future version, unless people let me know that they are using it. Instead, the html command gives better-looking (and more accurate) output, and the report -m command will tell you line numbers of missing lines. Please get in touch if you have a reason to use annotate over those better options: https://github.com/nedbat/coveragepy/blob/HEAD/mailto:ned@nedbatchelder.com.
Feature: Coverage now sets an environment variable, COVERAGE_RUN when running your code with the coverage run command. The value is not important, and may change in the future. Closes issue 553.
Feature: The HTML report pages for Python source files now have a sticky header so the file name and controls are always visible.
Feature: The xml and json commands now describe what they wrote where.
Feature: The html, combine, xml, and json commands all accept a -q/--quiet option to suppress the messages they write to stdout about what they are doing (issue 1254).
Feature: The html command writes a .gitignore file into the HTML output directory, to prevent the report from being committed to git. If you want to commit it, you will need to delete that file. Closes issue 1244.
Feature: Added support for PyPy 3.8.
Fix: More generated code is now excluded from measurement. Code such as attrs boilerplate, or doctest code, was being measured though the synthetic line numbers meant they were never reported. Once Cython was involved though, the generated .so files were parsed as Python, raising syntax errors, as reported in issue 1160. This is now fixed.
Fix: When sorting human-readable names, numeric components are sorted correctly: file10.py will appear after file9.py. This applies to file names, module names, environment variables, and test contexts.
Performance: Branch coverage measurement is faster, though you might only notice on code that is executed many times, such as long-running loops.
Build: jQuery is no longer used or vendored (issue 840). Huge thanks to Nils Kattenbeck (septatrix) for the conversion to vanilla JavaScript in pull request 1248.
Deprecated: The annotate command and the Coverage.annotate function
will be removed in a future version, unless people let me know that they are
using it. Instead, the html command gives better-looking (and more
accurate) output, and the report -m command will tell you line numbers of
missing lines. Please get in touch if you have a reason to use annotate
over those better options: ned@nedbatchelder.com.
Feature: Coverage now sets an environment variable, COVERAGE_RUN when
running your code with the coverage run command. The value is not
important, and may change in the future. Closes issue 553_.
Feature: The HTML report pages for Python source files now have a sticky
header so the file name and controls are always visible.
Feature: The xml and json commands now describe what they wrote
where.
Feature: The html, combine, xml, and json commands all accept
a -q/--quiet option to suppress the messages they write to stdout about
what they are doing (issue 1254_).
Feature: The html command writes a .gitignore file into the HTML
output directory, to prevent the report from being committed to git. If you
want to commit it, you will need to delete that file. Closes issue 1244_.
Feature: Added support for PyPy 3.8.
Fix: More generated code is now excluded from measurement. Code such as
attrs_ boilerplate, or doctest code, was being measured though the
synthetic line numbers meant they were never reported. Once Cython was
involved though, the generated .so files were parsed as Python, raising
syntax errors, as reported in issue 1160_. This is now fixed.
Fix: When sorting human-readable names, numeric components are sorted
correctly: file10.py will appear after file9.py. This applies to file names,
module names, environment variables, and test contexts.
Performance: Branch coverage measurement is faster, though you might only
notice on code that is executed many times, such as long-running loops.
Build: jQuery is no longer used or vendored (issue 840). Huge thanks to
Nils Kattenbeck (septatrix) for the conversion to vanilla JavaScript in pull request 1248.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps coverage[toml] from 6.0.2 to 6.1.
Release notes
Sourced from coverage[toml]'s releases.
Changelog
Sourced from coverage[toml]'s changelog.
... (truncated)
Commits
4538e9d
build: prep for version 6.19bc2ab4
docs: sample HTML report for 6.14c4f4ac
docs: say a little more about annotate in the changelog59b07a1
deprecated: the annotate command will be removed in a future version81a55d1
refactor(test): make re_lines (et al) look like re.searche36475a
refactor(test): name this gold file properlyb7fc90d
test: add a annotate test, and simplify the logicdaee486
chore(docs): 'make cmd_help' because cmdline.py changedea6906b
feat: html output directory gets a .gitignore file. #12447fd1ea3
build: run tests and quality on my branches without making pull requestsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)