Skip to content

Commit bb23eac

Browse files
tsergionelmc
authored andcommitted
Improve configuration docs
1 parent a19531e commit bb23eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Or for ``pyproject.toml``: ::
4848
Caveats
4949
=======
5050

51-
A unfortunate consequence of coverage.py's history is that ``.coveragerc`` is a magic name: it's the default file but it also
51+
An unfortunate consequence of coverage.py's history is that ``.coveragerc`` is a magic name: it's the default file but it also
5252
means "try to also lookup coverage configuration in ``tox.ini`` or ``setup.cfg``".
5353

5454
In practical terms this means that if you have multiple configuration files around (``tox.ini``, ``pyproject.toml`` or ``setup.cfg``) you
5555
might need to use ``--cov-config`` to make coverage use the correct configuration file.
5656

5757
Also, if you change the working directory and also use subprocesses in a test you might also need to use ``--cov-config`` to make pytest-cov
58-
will use the expected configuration file in the subprocess.
58+
use the expected configuration file in the subprocess.
5959

6060
Reference
6161
=========

0 commit comments

Comments
 (0)