File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Changelog
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
12214.0.0 (2022-09-28)
You can’t perform that action at this time.
0 commit comments