infothrill / python-dyndnsc

dynamic dns (dyndns) update client with support for multiple protocols
https://pypi.org/project/dyndnsc/
MIT License
38 stars 17 forks source link

Update dependency coverage to v6.4.2 #184

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage ==6.4.1 -> ==6.4.2 age adoption passing confidence

Release Notes

nedbat/coveragepy ### [`v6.4.2`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-642--2022-07-12) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/6.4.1...6.4.2) - Updated for a small change in Python 3.11.0 beta 4: modules now start with a line with line number 0, which is ignored. This line cannnot be executed, so coverage totals were thrown off. This line is now ignored by coverage.py, but this also means that truly empty modules (like `__init__.py`) have no lines in them, rather than one phantom line. Fixes `issue 1419`\_. - Internal debugging data added to sys.modules is now an actual module, to avoid confusing code that examines everything in sys.modules. Thanks, Yilei Yang (`pull 1399`\_). .. \_pull 1399:[https://github.com/nedbat/coveragepy/pull/1399](https://togithub.com/nedbat/coveragepy/pull/1399)9 .. \_issue 1419[https://github.com/nedbat/coveragepy/issues/1419](https://togithub.com/nedbat/coveragepy/issues/1419)19 .. \_changes\_6-4-1:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



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

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 88.669% when pulling 58ba58585f065a1c87527b46aa93ee56be1a188e on renovate/coverage-6.x into 7efe341e20adf1a972543bad243c79bc9da4b2f8 on develop.