Skip to content

Commit

Permalink
Update dependency coverage to v7.2.2 (#126)
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.2.1` ->
`==7.2.2` |
[![age](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/compatibility-slim/7.2.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/confidence-slim/7.2.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nedbat/coveragepy</summary>

###
[`v7.2.2`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-722--2023-03-16)

[Compare
Source](https://togithub.com/nedbat/coveragepy/compare/7.2.1...7.2.2)

- Fix: if a virtualenv was created inside a source directory, and a
sourced
package was installed inside the virtualenv, then all of the third-party
packages inside the virtualenv would be measured. This was incorrect,
but
has now been fixed: only the specified packages will be measured, thanks
to
    `Manuel Jacob <pull 1560_>`\_.

- Fix: the `coverage lcov` command could create a .lcov file with
incorrect
LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
    `Ian Moore <pull 1583_>`\_.

- Fix: the `coverage xml` command on Windows could create a .xml file
with
duplicate `<package>` elements. This is now fixed, thanks to `Benjamin
    Parzella <pull 1574_>`*, closing `issue 1573`*.

.. \_pull
1560:[nedbat/coveragepy#1560
.. \_issue
1573[nedbat/coveragepy#1573
.. \_pull
157[nedbat/coveragepy#1574
.. \_pull
15[nedbat/coveragepy#1583

.. \_changes\_7-2-1:

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTAuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 17, 2023
1 parent 51dbf0d commit db5f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
aiofiles==23.1.0
black==23.1.0
coverage==7.2.1
coverage==7.2.2
GitPython==3.1.31
mypy==1.1.1
nest_asyncio==1.5.6
Expand Down

0 comments on commit db5f307

Please sign in to comment.