File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,8 @@ Authors
3939* Michael Manganiello - https://github.com/adamantike
4040* Anders Hovmöller - https://github.com/boxed
4141* Zac Hatfield-Dodds - https://zhd.dev
42+ * Mateus Berardo de Souza Terra - https://github.com/MatTerra
43+ * Ganden Schaffner - https://github.com/gschaffner
44+ * Michał Górny - https://github.com/mgorny
45+ * Bernát Gábor - https://github.com/gaborbernat
46+ * Pamela McA'Nulty - https://github.com/PamelaM
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.11.0 (2021-01-18)
5+ -------------------
6+
7+ * Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
8+ Contributed by Mateus Berardo de Souza Terra in `#443 <https://github.com/pytest-dev/pytest-cov/pull/433 >`_.
9+ * Improved sample projects (from the `examples <https://github.com/pytest-dev/pytest-cov/tree/master/examples >`_
10+ directory) to support running `tox -e pyXY `. Now the example configures a suffixed coverage data file,
11+ and that makes the cleanup environment unnecessary.
12+ Contributed by Ganden Schaffner in `#435 <https://github.com/pytest-dev/pytest-cov/pull/435 >`_.
13+ * Removed the empty `console_scripts ` entrypoint that confused some Gentoo build script.
14+ I didn't ask why it was so broken cause I didn't want to ruin my day.
15+ Contributed by Michał Górny in `#434 <https://github.com/pytest-dev/pytest-cov/pull/434 >`_.
16+ * Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable/contexts.html >`_
17+ when using subprocesses.
18+ Contributed by Bernát Gábor in `#443 <https://github.com/pytest-dev/pytest-cov/pull/443 >`_.
19+ * Updated the config section in the docs.
20+ Contributed by Pamela McA'Nulty in `#429 <https://github.com/pytest-dev/pytest-cov/pull/429 >`_.
21+ * Migrated CI to travis-ci.com (from .org).
22+
4232.10.1 (2020-08-14)
524-------------------
625
You can’t perform that action at this time.
0 commit comments