Skip to content

Commit

Permalink
Update changelog and authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 24, 2023
1 parent 7b095c8 commit 4d245df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Authors
* Colin O'Dell - https://github.com/colinodell
* Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt
* Christian Fetzer - https://github.com/fetzerch
* Jonathan Stewmon = https://github.com/jstewmon
* Jonathan Stewmon - https://github.com/jstewmon
* Matthew Gamble - https://github.com/mwgamble
17 changes: 13 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
Changelog
=========


4.0.1 (2023-03-27)
4.1.0 (2023-05-24)
------------------

* Skip generating the in-memory coverage report when it will not be used. For example,
when ``--cov-report=''`` is used without ``--cov-fail-under``.
* 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>`_.


4.0.0 (2022-09-28)
Expand Down

0 comments on commit 4d245df

Please sign in to comment.