We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d9c16 commit ac65067Copy full SHA for ac65067
CHANGES.rst
@@ -24,11 +24,14 @@ Unreleased
24
:ref:`config_run_relative_files` setting:
25
26
- During ``coverage combine``, relative file paths are implicitly combined
27
- without needing a ``[paths]`` configuration setting.
+ without needing a ``[paths]`` configuration setting. This also fixed
28
+ `issue 991`_.
29
30
- A ``[paths]`` setting like ``*/foo`` will now match ``foo/bar.py`` so that
31
relative file paths can be combined more easily.
32
33
+.. _issue 991: https://github.com/nedbat/coveragepy/issues/991
34
+
35
36
.. _changes_6-5-0:
37
0 commit comments