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 #163

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage ==5.5 -> ==6.0 age adoption passing confidence

Release Notes

nedbat/coveragepy ### [`v6.0`](https://togithub.com/nedbat/coveragepy/blob/master/CHANGES.rst#Version-60-----2021-10-03) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/coverage-5.5...6.0) - The `coverage html` command now prints a message indicating where the HTML report was written. Fixes `issue 1195`\_. - The `coverage combine` command now prints messages indicating each data file being combined. Fixes `issue 1105`\_. - The HTML report now includes a sentence about skipped files due to `skip_covered` or `skip_empty` settings. Fixes `issue 1163`\_. - Unrecognized options in the configuration file are no longer errors. They are now warnings, to ease the use of coverage across versions. Fixes `issue 1035`\_. - Fix handling of exceptions through context managers in Python 3.10. A missing exception is no longer considered a missing branch from the with statement. Fixes `issue 1205`\_. - Fix another rarer instance of "Error binding parameter 0 - probably unsupported type." (`issue 1010`\_). - Creating a directory for the coverage data file now is safer against conflicts when two coverage runs happen simultaneously (`pull 1220`\_). Thanks, Clément Pit-Claudel. .. \_issue 1035:[https://github.com/nedbat/coveragepy/issues/1035](https://togithub.com/nedbat/coveragepy/issues/1035)5 .. \_issue 1105[https://github.com/nedbat/coveragepy/issues/1105](https://togithub.com/nedbat/coveragepy/issues/1105)05 .. \_issue 116[https://github.com/nedbat/coveragepy/issues/1163](https://togithub.com/nedbat/coveragepy/issues/1163)163 .. \_issue 11[https://github.com/nedbat/coveragepy/issues/1195](https://togithub.com/nedbat/coveragepy/issues/1195)1195 .. \_issue 1[https://github.com/nedbat/coveragepy/issues/1205](https://togithub.com/nedbat/coveragepy/issues/1205)/1205 .. \_pull [https://github.com/nedbat/coveragepy/pull/1220](https://togithub.com/nedbat/coveragepy/pull/1220)l/1220 .. \_changes\_60b1:

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 88.829% when pulling d0f3db0b318ba8db67caa9c52063ebebff8fa3e3 on renovate/coverage-6.x into e95995b0171563f54f10d9e8ae99d62cb1d47cef on develop.