build(deps): update dependency coverage to v7.14.2 (main)
Metadata
Current evaluation
Successfully merged into main. The Renovate-generated pull request updated the coverage dependency from v7.13.5 to v7.14.2. It passed all CI checks, received one approval, and was integrated without conflicts.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [coverage](https://redirect.github.com/coveragepy/coveragepy) | `==7.13.5` → `==7.14.2` |  |  |
---
### Release Notes
<details>
<summary>coveragepy/coveragepy (coverage)</summary>
### [`v7.14.2`](https://redirect.github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7142--2026-06-20)
[Compare Source](https://redirect.github.com/coveragepy/coveragepy/compare/7.14.1...7.14.2)
- Fix: some messages were being written to stdout, making `coverage json -o
-` useless for capturing JSON output. Now messages are written to stderr,
fixing `issue 2197`\_.
- Fix: `CoverageData` kept one SQLite connection per thread that recorded
coverage, but never closed them when those threads terminated. On long runs
with many short-lived threads this leaked one file descriptor per dead
thread, eventually failing with `OSError: [Errno 24] Too many open files`.
Connections belonging to terminated threads are now closed and dropped.
Fixes `issue 2192`\_.
- Fix: when using sys.monitoring, we were assuming we could use the
`COVERAGE_ID` tool id. But other tools might also assume they could use
that id. Pre-allocated ids don't really make sense, so now we search for a
usable one instead. Fixes `issue 2187`*. Thanks, `Matthew Lloyd <pull 2198_>`*.
- Following `the advice of cibuildwheel <no-13t_>`\_, we no longer distribute
wheels for Python 3.13 free-threaded.
.. \_issue 2187: [#​2187](https://redirect.github.com/coveragepy/coveragepy/issues/2187)
.. \_issue 2192: [#​2192](https://redirect.github.com/coveragepy/coveragepy/issues/2192)
.. \_issue 2197: [#​2197](https://redirect.github.com/coveragepy/coveragepy/issues/2197)
.. \_pull 2198: [#​2198](https://redirect.github.com/coveragepy/coveragepy/pull/2198)
.. \_no-13t: <https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel>
.. \_changes\_7-14-1:
### [`v7.14.1`](https://redirect.github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7141--2026-05-26)
[Compare Source](https://redirect.github.com/coveragepy/coveragepy/compare/7.14.0...7.14.1)
- Fix: the HTML report used typographic niceties to make file paths more
readable by adding a small amount of space around slashes. Those spaces
interfered with searching the page for file paths of interest. Now the report
uses CSS to accomplish the same visual tweak so that searches with slashes
work correctly. Closes `issue 2170`\_.
- `Add a 3.16 PyPI classifier <hugo-316_>`\_ since we test on the 3.16 main
branch.
.. \_issue 2170: [#​2170](https://redirect.github.com/coveragepy/coveragepy/issues/2170)
.. \_hugo-316: <https://mastodon.social/@​hugovk/116588523571204490>
.. \_changes\_7-14-0:
### [`v7.14.0`](https://redirect.github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7140--2026-05-10)
[Compare Source](https://redirect.github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0)
- Feature: now when running one of the reporting commands, if there are
parallel data files that need combining, they will be implicitly combined
before creating the report. There is no option to avoid the combination; let
us know if you have a use case that requires it. Thanks, `Tim Hatch <pull 2162_>`*. Closes `issue 1781`*.
- Fix: the output from `combine` was too verbose, listing each file
considered. Now it shows a single line with the counts of files combined,
files skipped, and files with errors. The `-q` flag suppresses this line.
The old detailed lines are available with the new `--debug=combine` option.
- Fix: running a Python file through a symlink now sets the sys.path correctly,
matching regular Python behavior. Fixes `issue 2157`\_.
- Fix: `Collector.flush_data` could fail with "RuntimeError: Set changed
size during iteration" when a tracer in another thread added a line to the
per-file set that `add_lines` (or `add_arcs`) was iterating. The values
passed to `CoverageData` are now snapshotted via `dict.copy()` and
`set.copy()`, which are atomic under the GIL. Thanks, `Alex Vandiver <pull
2165_>`\_.
- Fix: the soft keyword `lazy` is now bolded in HTML reports.
- We are no longer testing eventlet support. Eventlet started issuing stern
deprecation warnings that break our tests. Our support code is still there.
.. \_issue 1781: [#​1781](https://redirect.github.com/coveragepy/coveragepy/issues/1781)
.. \_issue 2157: [#​2157](https://redirect.github.com/coveragepy/coveragepy/issues/2157)
.. \_pull 2162: [#​2162](https://redirect.github.com/coveragepy/coveragepy/pull/2162)
.. \_pull 2165: [#​2165](https://redirect.github.com/coveragepy/coveragepy/pull/2165)
.. \_changes\_7-13-5:
</details>
---
### Configuration
📅 **Schedule**: (in timezone Etc/UTC)
- Branch creation
- "every weekend"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/craft-cli).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUjogRGVwZW5kZW5jaWVzIl19-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Successfully merged into main. The Renovate-generated pull request updated the coverage dependency from v7.13.5 to v7.14.2. It passed all CI checks, received one approval, and was integrated without conflicts. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged dependency update upgrading coverage from v7.13.5 to v7.14.2 on main. The release addresses file descriptor leaks, stdout routing issues, and sys.monitoring ID conflicts. Generated and merged by Renovate bot. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #403 build(deps): update dependency coverage to v7.12.0 (main) | craft-cli | merged | Merged automated dependency update for coverage from v7.11.0 to v7.12.0 on main. Approved by two reviewers, passed all CI checks, and successfully merged via Renovate. | |
| #367 build(deps): update dependency coverage to v7.14.0 (main) | craft-store | merged | Merged automated dependency update for coverage from v7.13.5 to v7.14.0. The pull request passed CI checks and was successfully merged into the main branch. | |
| #406 build(deps): update dependency coverage to v7.13.0 (main) | craft-cli | merged | Merged dependency update to coverage v7.13.0. The change passed all CI checks, received two approvals, and modifies two files to update the project configuration. | |
| #396 build(deps): update dependency coverage to v7.11.0 (main) - autoclosed | craft-cli | closed | Automatically closed by Renovate without merging. The coverage dependency update to v7.11.0 was superseded or abandoned. All CI checks passed prior to closure. | |
| #459 build(deps): update dependency coverage to v7.15.0 (main) | craft-cli | merged | Merged automated dependency update for coverage from v7.14.2 to v7.15.0 on main. The change was approved and passed all CI checks before merge. | |
| #384 build(deps): update dependency coverage to v7.10.6 | craft-cli | merged | Merged automated dependency update for coverage from v7.6.1 to v7.10.6. The pull request passed all CI checks, received two approvals, and was successfully merged into the main branch. | |
| #347 build(deps): update dependency coverage to v7.13.5 (main) | craft-store | merged | Merged automated dependency update for coverage from v7.13.1 to v7.13.5. Approved by two reviewers, passed CI checks, and merged into main. | |
| #310 build(deps): update dependency coverage to v7.10.4 (main) | craft-store | merged | Merged automated dependency update upgrading coverage from v7.6.2 to v7.10.4. The change passed all CI checks, received reviewer approval, and was successfully merged to main. | |
| #329 build(deps): update dependency coverage to v7.12.0 (main) | craft-store | merged | Merged an automated dependency update upgrading coverage from v7.10.7 to v7.12.0. Approved by two reviewers and passing CI, the change was successfully integrated into the main branch. | |
| #469 build(deps): update dependency coverage to v7.15.4 (main) | craft-cli | merged | Merged automated dependency update for coverage from v7.15.2 to v7.15.4. Approved by one reviewer, passed CI checks, and merged into main. |