File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,5 @@ Authors
57
57
* Colin O'Dell - https://github.com/colinodell
58
58
* Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt
59
59
* 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
Original file line number Diff line number Diff line change 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 >`_.
10
19
11
20
12
21
4.0.0 (2022-09-28)
You can’t perform that action at this time.
0 commit comments