File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ Or for ``pyproject.toml``: ::
4848Caveats
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
5252means "try to also lookup coverage configuration in ``tox.ini `` or ``setup.cfg ``".
5353
5454In practical terms this means that if you have multiple configuration files around (``tox.ini ``, ``pyproject.toml `` or ``setup.cfg ``) you
5555might need to use ``--cov-config `` to make coverage use the correct configuration file.
5656
5757Also, 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
6060Reference
6161=========
You can’t perform that action at this time.
0 commit comments