Skip to content

Commit 4d245df

Browse files
committed
Update changelog and authors.
1 parent 7b095c8 commit 4d245df

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

AUTHORS.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ Authors
5757
* Colin O'Dell - https://github.com/colinodell
5858
* Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt
5959
* Christian Fetzer - https://github.com/fetzerch
60-
* Jonathan Stewmon = https://github.com/jstewmon
60+
* Jonathan Stewmon - https://github.com/jstewmon
61+
* Matthew Gamble - https://github.com/mwgamble

CHANGELOG.rst

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
Changelog
22
=========
33

4-
5-
4.0.1 (2023-03-27)
4+
4.1.0 (2023-05-24)
65
------------------
76

8-
* Skip generating the in-memory coverage report when it will not be used. For example,
9-
when ``--cov-report=''`` is used without ``--cov-fail-under``.
7+
* Updated CI with new Pythons and dependencies.
8+
* Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0.
9+
Contributed by Sorin Sbarnea in `#558 <https://github.com/pytest-dev/pytest-cov/pull/558>`_.
10+
* Optimized summary generation to not be performed if no reporting is active (for example,
11+
when ``--cov-report=''`` is used without ``--cov-fail-under``).
12+
Contributed by Jonathan Stewmon in `#589 <https://github.com/pytest-dev/pytest-cov/pull/589>`_.
13+
* Added support for JSON reporting.
14+
Contributed by Matthew Gamble in `#582 <https://github.com/pytest-dev/pytest-cov/pull/582>`_.
15+
* Refactored code to use f-strings.
16+
Contributed by Mark Mayo in `#572 <https://github.com/pytest-dev/pytest-cov/pull/572>`_.
17+
* Fixed a skip in the test suite for some old xdist.
18+
Contributed by a bunch of people in `#565 <https://github.com/pytest-dev/pytest-cov/pull/565>`_.
1019

1120

1221
4.0.0 (2022-09-28)

0 commit comments

Comments
 (0)