Skip to content

Commit

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

---

### Release Notes

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

###
[`v7.2.4`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-724--2023-04-28)

[Compare
Source](https://togithub.com/nedbat/coveragepy/compare/7.2.3...7.2.4)

PyCon 2023 sprint fixes!

- Fix: with `relative_files = true`, specifying a specific file to
include or
omit wouldn't work correctly (`issue 1604`*). This is now fixed, with
    testing help by `Marc Gibbons <pull 1608_>`*.

- Fix: the XML report would have an incorrect `<source>` element when
using
relative files and the source option ended with a slash (`issue 1541`*).
    This is now fixed, thanks to `Kevin Brown-Silva <pull 1608_>`*.

-   When the HTML report location is printed to the terminal, it's now a
terminal-compatible URL, so that you can click the location to open the
HTML
file in your browser. Finishes `issue 1523`\_ thanks to `Ricardo Newbery
<pull 1613_>`\_.

- Docs: a new :ref:`Migrating page <migrating>` with details about how
to
migrate between major versions of coverage.py. It currently covers the
    wildcard changes in 7.x.  Thanks, `Brian Grohe <pull 1610_>`\_.

.. \_issue
1523:[nedbat/coveragepy#1523
.. \_issue
1541[nedbat/coveragepy#1541
.. \_issue
160[nedbat/coveragepy#1604
.. \_pull
16[nedbat/coveragepy#1608
.. \_pull
1[nedbat/coveragepy#1609
.. \_pull
[nedbat/coveragepy#1610
..
\_pull[nedbat/coveragepy#1613

.. \_changes\_7-2-3:

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2023
1 parent 1e35d1f commit c034584
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.3.0
coverage==7.2.3
coverage==7.2.4
GitPython==3.1.31
mypy==1.2.0
nest_asyncio==1.5.6
Expand Down

0 comments on commit c034584

Please sign in to comment.