You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,21 @@
1
1
Changelog
2
2
=========
3
3
4
-
5
-
4.0.1 (2023-03-27)
4
+
4.1.0 (2023-05-24)
6
5
------------------
7
6
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>`_.
0 commit comments