earthlab / abc-classroom

Tools to automate github classroom and autograding workflows
https://abc-classroom.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 21 forks source link

Update pytest-cov to 4.1.0 #599

Closed pyup-bot closed 7 months ago

pyup-bot commented 1 year ago

This PR updates pytest-cov from 4.0.0 to 4.1.0.

Changelog ### 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://pyup.io/changelogs/pytest-cov/ - Repo: https://github.com/pytest-dev/pytest-cov
codecov[bot] commented 1 year ago

Codecov Report

Merging #599 (2a88357) into main (e4f8593) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #599   +/-   ##
=======================================
  Coverage   61.46%   61.46%           
=======================================
  Files          20       20           
  Lines        1173     1173           
=======================================
  Hits          721      721           
  Misses        452      452           
Flag Coverage Δ
unittests 61.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

pyup-bot commented 7 months ago

Closing this in favor of #656