dstrigl / htheatpump

Easy-to-use Python communication module for Heliotherm heat pumps.
Other
20 stars 7 forks source link

Update pytest-cov to 6.0.0 #671

Open pyup-bot opened 2 weeks ago

pyup-bot commented 2 weeks ago

This PR updates pytest-cov from 5.0.0 to 6.0.0.

Changelog ### 6.0.0 ``` ------------------ * Updated various documentation inaccuracies, especially on subprocess handling. * Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like ``coverage report`` would. * Added a ``--cov-precision`` cli option that can override the value set in your coverage configuration. * Dropped support for now EOL Python 3.8. ```
Links - PyPI: https://pypi.org/project/pytest-cov - Changelog: https://data.safetycli.com/changelogs/pytest-cov/ - Repo: https://github.com/pytest-dev/pytest-cov