Python 3.11 is supported (tested with 3.11.0a2). One still-open issue has to
do with exits through with-statements <issue 1270_>_.
Fix: When remapping file paths through the [paths] setting while
combining, the [run] relative_files setting was ignored, resulting in
absolute paths for remapped file names (issue 1147_). This is now fixed.
Fix: Complex conditionals over excluded lines could have incorrectly reported
a missing branch (issue 1271_). This is now fixed.
Fix: More exceptions are now handled when trying to parse source files for
reporting. Problems that used to terminate coverage.py can now be handled
with [report] ignore_errors. This helps with plugins failing to read
files (django_coverage_plugin issue 78_).
Fix: Removed another vestige of jQuery from the source tarball
(issue 840_).
Fix: Added a default value for a new-to-6.x argument of an internal class.
This unsupported class is being used by coveralls (issue 1273_). Although
I'd rather not "fix" unsupported interfaces, it's actually nicer with a
default value.
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 from 6.1.1 to 6.1.2.
Changelog
Sourced from coverage's changelog.
Commits
2078c2f
docs: sample HTML report for 6.1.2e403155
docs: update the man page with --quiet27426bf
build: prep for 6.1.29765493
fix: CPython 3.11 support. #1241dfa9774
style: make these macros more bullet-prooff3a70c9
fix: warn about more source file problems23f567f
build: use this setup.py command because it shows compiler errors that might ...049844a
docs: fix typo in source docs (#1275)d58e136
build: one pypy wheel to rule them all2afc907
refactor(test): convert eight tests to one parametrized testDependabot 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)