File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 2.8.2 (unreleased )
4
+ 2.9.0 (2020-05-?? )
5
5
------------------
6
6
7
7
* Fixed ``RemovedInPytest4Warning `` when using Pytest 3.10.
8
8
Contributed by Michael Manganiello in `#354 <https://github.com/pytest-dev/pytest-cov/pull/354 >`_.
9
- * Made pytest startup faster when plugin not active by lazy-importing.
9
+ * Made pytest startup faster when plugin not active by lazy-importing.
10
10
Contributed by Anders Hovmöller in `#339 <https://github.com/pytest-dev/pytest-cov/pull/339 >`_.
11
+ * Various CI improvements.
12
+ Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/ >`_ and
13
+ `#364 <https://github.com/pytest-dev/pytest-cov/pull/364 >`_.
14
+ * Various Python support updates (drop EOL 3.4, test against 3.8 final).
15
+ Contributed by Hugo van Kemenade in
16
+ `#336 <https://github.com/pytest-dev/pytest-cov/pull/336 >`_ and
17
+ `#367 <https://github.com/pytest-dev/pytest-cov/pull/367 >`_.
18
+ * Changed ``--cov-append `` to always enable ``data_suffix `` (a coverage setting).
19
+ Contributed by Harm Geerts in
20
+ `#387 <https://github.com/pytest-dev/pytest-cov/pull/387 >`_.
21
+ * Changed ``--cov-append `` to handle loading previous data better
22
+ (fixes various path aliasing issues).
23
+ * Various other testing improvements, github issue templates, example updates.
11
24
12
25
2.8.1 (2019-10-05)
13
26
------------------
You can’t perform that action at this time.
0 commit comments