Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency coverage to v7.3.2 #617

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 7.3.1 -> 7.3.2 age adoption passing confidence

Release Notes

nedbat/coveragepy (coverage)

v7.3.2

Compare Source

  • 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:https://github.com/nedbat/coveragepy/issues/16055
.. _issue 1684https://github.com/nedbat/coveragepy/issues/168484
.. _pull 168https://github.com/nedbat/coveragepy/pull/1685685
.. _880https://github.com/python/cpython/issues/880548054

.. _changes_7-3-1:


Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. python labels Oct 4, 2023
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #617 (4850723) into main (ac9c599) will increase coverage by 0.06%.
Report is 40 commits behind head on main.
The diff coverage is 98.00%.

❗ Current head 4850723 differs from pull request most recent head c2766a0. Consider uploading reports for the commit c2766a0 to get more accurate results

@@            Coverage Diff             @@
##             main     #617      +/-   ##
==========================================
+ Coverage   96.06%   96.12%   +0.06%     
==========================================
  Files           7        7              
  Lines         432      439       +7     
  Branches       85       87       +2     
==========================================
+ Hits          415      422       +7     
  Misses          4        4              
  Partials       13       13              
Files Coverage Δ
src/rokuecp/__init__.py 100.00% <100.00%> (ø)
src/rokuecp/helpers.py 89.28% <100.00%> (+0.19%) ⬆️
src/rokuecp/models.py 95.97% <100.00%> (ø)
src/rokuecp/rokuecp.py 98.55% <100.00%> (+0.03%) ⬆️
src/rokuecp/resolver.py 89.47% <0.00%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@renovate renovate bot changed the title Update dependency coverage to v7.3.2 chore(deps): update dependency coverage to v7.3.2 Nov 13, 2023
@ctalkington ctalkington merged commit 12bcd7e into main Nov 13, 2023
12 checks passed
@ctalkington ctalkington deleted the renovate/coverage-7.x branch November 13, 2023 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant