earthlab / earthpy

A package built to support working with spatial data using open source python
https://earthpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 160 forks source link

Update pytest-cov to 5.0.0 #952

Open pyup-bot opened 7 months ago

pyup-bot commented 7 months ago

This PR updates pytest-cov from 4.0.0 to 5.0.0.

Changelog ### 5.0.0 ``` ------------------ * Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in `623 <https://github.com/pytest-dev/pytest-cov/pull/623>`_. * Switched docs theme to Furo. * Various legacy Python cleanup and CI improvements. Contributed by Christian Clauss and Hugo van Kemenade in `630 <https://github.com/pytest-dev/pytest-cov/pull/630>`_, `631 <https://github.com/pytest-dev/pytest-cov/pull/631>`_, `632 <https://github.com/pytest-dev/pytest-cov/pull/632>`_ and `633 <https://github.com/pytest-dev/pytest-cov/pull/633>`_. * Added a ``pyproject.toml`` example in the docs. Contributed by Dawn James in `626 <https://github.com/pytest-dev/pytest-cov/pull/626>`_. * Modernized project's pre-commit hooks to use ruff. Initial POC contributed by Christian Clauss in `584 <https://github.com/pytest-dev/pytest-cov/pull/584>`_. ``` ### 4.1.0 ``` ------------------ * Updated CI with new Pythons and dependencies. * Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0. Contributed by Sorin Sbarnea in `558 <https://github.com/pytest-dev/pytest-cov/pull/558>`_. * Optimized summary generation to not be performed if no reporting is active (for example, when ``--cov-report=''`` is used without ``--cov-fail-under``). Contributed by Jonathan Stewmon in `589 <https://github.com/pytest-dev/pytest-cov/pull/589>`_. * Added support for JSON reporting. Contributed by Matthew Gamble in `582 <https://github.com/pytest-dev/pytest-cov/pull/582>`_. * Refactored code to use f-strings. Contributed by Mark Mayo in `572 <https://github.com/pytest-dev/pytest-cov/pull/572>`_. * Fixed a skip in the test suite for some old xdist. Contributed by a bunch of people in `565 <https://github.com/pytest-dev/pytest-cov/pull/565>`_. ```
Links - PyPI: https://pypi.org/project/pytest-cov - Changelog: https://data.safetycli.com/changelogs/pytest-cov/ - Repo: https://github.com/pytest-dev/pytest-cov
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.91%. Comparing base (5b7bfb3) to head (f775a85).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #952 +/- ## ======================================= Coverage 93.91% 93.91% ======================================= Files 26 26 Lines 1708 1708 ======================================= Hits 1604 1604 Misses 104 104 ``` | [Flag](https://app.codecov.io/gh/earthlab/earthpy/pull/952/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=earthlab) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/earthlab/earthpy/pull/952/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=earthlab) | `93.91% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=earthlab#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.