Skip to content

Commit

Permalink
chore(dev): update dependency coverage to v7.3.2 (master) (#721)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [coverage](https://togithub.com/nedbat/coveragepy) | `==7.3.1` ->
`==7.3.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/coverage/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/coverage/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nedbat/coveragepy (coverage)</summary>

###
[`v7.3.2`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-732--2023-10-02)

[Compare
Source](https://togithub.com/nedbat/coveragepy/compare/7.3.1...7.3.2)

-   The `coverage lcov` command ignored the `[report] exclude_lines` and
`[report] exclude_also` settings (`issue 1684`*). This is now fixed,
    thanks `Jacqueline Lee <pull 1685_>`*.

- Sometimes SQLite will create journal files alongside the coverage.py
database
files. These are ephemeral, but could be mistakenly included when
combining
data files. Now they are always ignored, fixing `issue 1605`\_. Thanks
to
    Brad Smith for suggesting fixes and providing detailed debugging.

- On Python 3.12+, we now disable SQLite writing journal files, which
should be
    a little faster.

-   The new 3.12 soft keyword `type` is properly bolded in HTML reports.

- Removed the "fullcoverage" feature used by CPython to measure the
coverage of
    early-imported standard library modules.  CPython `stopped using it
<88054_>`\_ in 2021, and it stopped working completely in Python 3.13.

.. \_issue
1605:[nedbat/coveragepy#1605
.. \_issue
1684[nedbat/coveragepy#1684
.. \_pull
168[nedbat/coveragepy#1685
..
\_880[python/cpython#88054

.. \_changes\_7-3-1:

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the 1st day of the month" in
timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/BGmi/BGmi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 4, 2023
1 parent 08e2440 commit 5ba5eac
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
108 changes: 54 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pycomplete = "0.4.0"

[tool.poetry.dev-dependencies]
# tests
coverage = { version = "==7.3.1", extras = ['toml'] }
coverage = { version = "==7.3.2", extras = ['toml'] }
pytest = "==7.4.2"
pytest-github-actions-annotate-failures = "==0.2.0"
requests-cache = "==1.1.0"
Expand Down

0 comments on commit 5ba5eac

Please sign in to comment.