Feature: Added the lcov command to generate reports in LCOV format. Thanks, Bradley Burns. Closes issues 587 and 626.
Feature: the coverage data file can now be specified on the command line with the --data-file option in any command that reads or writes data. This is in addition to the existing COVERAGE_FILE environment variable. Closes issue 624. Thanks, Nikita Bloshchanevich.
Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.
Updated Python 3.11 support to 3.11.0a4, fixing issue 1294.
Fix: the coverage data file is now created in a more robust way, to avoid problems when multiple processes are trying to write data at once. Fixes issues 1303 and 883.
Fix: a .gitignore file will only be written into the HTML report output directory if the directory is empty. This should prevent certain unfortunate accidents of writing the file where it is not wanted.
Releases now have MacOS arm64 wheels for Apple Silicon, fixing issue 1288.
Feature: Added the lcov command to generate reports in LCOV format.
Thanks, Bradley Burns <pull 1289_>. Closes issues 587 <issue 587_>
and 626 <issue 626_>_.
Feature: the coverage data file can now be specified on the command line with
the --data-file option in any command that reads or writes data. This is
in addition to the existing COVERAGE_FILE environment variable. Closes
issue 624. Thanks, Nikita Bloshchanevich <pull 1304_>.
Feature: coverage measurement data will now be written when a SIGTERM signal
is received by the process. This includes
:meth:Process.terminate <python:multiprocessing.Process.terminate>,
and other ways to terminate a process. Currently this is only on Linux and
Mac; Windows is not supported. Fixes issue 1307_.
Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.
Updated Python 3.11 support to 3.11.0a4, fixing issue 1294_.
Fix: the coverage data file is now created in a more robust way, to avoid
problems when multiple processes are trying to write data at once. Fixes
issues 1303 <issue 1303_>_ and 883 <issue 883_>_.
Fix: a .gitignore file will only be written into the HTML report output
directory if the directory is empty. This should prevent certain unfortunate
accidents of writing the file where it is not wanted.
Releases now have MacOS arm64 wheels for Apple Silicon, fixing issue 1288_.
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.2 to 6.3.
Release notes
Sourced from coverage[toml]'s releases.
Changelog
Sourced from coverage[toml]'s changelog.
Commits
7d9d300
build: 'pypy' is pypy-3.6, which we don't support anymore97d78e6
build: prepping for 6.3fb3f632
docs: latest sample HTML report2e65e19
docs: make it easier to add command-line options correctlybf8cbe1
fix: more cleanup of --data-file optionsf9a5451
docs: touch up the changelog2ff2439
style: uniform formatting of cmdline options1a75ebb
refactor: adjust some of the --data-file option handlingba884e4
feat: use --data-file to configure the coverage databasecfe14c2
build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268Dependabot 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)