File tree 2 files changed +37
-0
lines changed 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,5 @@ Authors
48
48
* Chris Sreesangkom - https://github.com/csreesan
49
49
* Sorin Sbarnea - https://github.com/ssbarnea
50
50
* Brian Rutledge - https://github.com/bhrutledge
51
+ * Danilo Šegan - https://github.com/dsegan
52
+ * Michał Bielawski - https://github.com/D3X
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+
5
+ 3.0.0 (2021-10-04)
6
+ -------------------
7
+
8
+ **Note that this release drops support for Python 2.7 and Python 3.5. **
9
+
10
+ * Added support for Python 3.10 and updated various test dependencies.
11
+ Contributed by Hugo van Kemenade in
12
+ `#500 <https://github.com/pytest-dev/pytest-cov/pull/500 >`_.
13
+ * Switched from Travis CI to GitHub Actions. Contributed by Hugo van Kemenade in
14
+ `#494 <https://github.com/pytest-dev/pytest-cov/pull/494 >`_ and
15
+ `#495 <https://github.com/pytest-dev/pytest-cov/pull/495 >`_.
16
+ * Add a ``--cov-reset `` CLI option.
17
+ Contributed by Danilo Šegan in
18
+ `#459 <https://github.com/pytest-dev/pytest-cov/pull/459 >`_.
19
+ * Improved validation of ``--cov-fail-under `` CLI option.
20
+ Contributed by ... Ronny Pfannschmidt's desire for skark in
21
+ `#480 <https://github.com/pytest-dev/pytest-cov/pull/480 >`_.
22
+ * Dropped Python 2.7 support.
23
+ Contributed by Thomas Grainger in
24
+ `#488 <https://github.com/pytest-dev/pytest-cov/pull/488 >`_.
25
+ * Updated trove classifiers. Contributed by Michał Bielawski in
26
+ `#481 <https://github.com/pytest-dev/pytest-cov/pull/481 >`_.
27
+
28
+
29
+ 2.13.0 (2021-06-01)
30
+ -------------------
31
+
32
+ * Changed the `toml ` requirement to be always be directly required (instead of being required through a coverage extra).
33
+ This fixes issues with pip-compile (`pip-tools#1300 <https://github.com/jazzband/pip-tools/issues/1300 >`_).
34
+ Contributed by Sorin Sbarnea in `#472 <https://github.com/pytest-dev/pytest-cov/pull/472 >`_.
35
+ * Documented ``show_contexts ``.
36
+ Contributed by Brian Rutledge in `#473 <https://github.com/pytest-dev/pytest-cov/pull/473 >`_.
37
+
38
+
4
39
2.12.1 (2021-06-01)
5
40
-------------------
6
41
You can’t perform that action at this time.
0 commit comments