File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 2.6.2 (2019-02-05 )
4+ 2.7.0 (2019-05-03 )
55------------------
66
7- * Fixed ``'NoneType' object has no attribute 'configure_node' `` issue .
7+ * Fixed ``AttributeError: 'NoneType' object has no attribute 'configure_node' `` error when `` --no-cov `` is used .
88 Contributed by Alexander Shadchin in `#263 <https://github.com/pytest-dev/pytest-cov/pull/263 >`_.
9+ * Various testing and CI improvements. Contributed by Daniel Hahler in
10+ `#255 <https://github.com/pytest-dev/pytest-cov/pull/255 >`_,
11+ `#266 <https://github.com/pytest-dev/pytest-cov/pull/266 >`_,
12+ `#272 <https://github.com/pytest-dev/pytest-cov/pull/272 >`_,
13+ `#271 <https://github.com/pytest-dev/pytest-cov/pull/271 >`_ and
14+ `#269 <https://github.com/pytest-dev/pytest-cov/pull/269 >`_.
15+ * Improved documentation regarding subprocess and multiprocessing.
16+ Contributed in `#265 <https://github.com/pytest-dev/pytest-cov/pull/265 >`_.
17+ * Improved ``pytest_cov.embed.cleanup_on_sigterm `` to be reentrant (signal deliveries while signal handling is
18+ running won't break stuff).
19+ * Added ``pytest_cov.embed.cleanup_on_signal `` for customized cleanup.
20+ * Improved cleanup code and fixed various issues with leftover data files. All contributed in
21+ `#265 <https://github.com/pytest-dev/pytest-cov/pull/265 >`_ or
22+ `#262 <https://github.com/pytest-dev/pytest-cov/pull/262 >`_.
23+ * Improved help text for CLI options.
924
10252.6.1 (2019-01-07)
1126------------------
You can’t perform that action at this time.
0 commit comments