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``: ::
48
48
Caveats
49
49
=======
50
50
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
52
52
means "try to also lookup coverage configuration in ``tox.ini `` or ``setup.cfg ``".
53
53
54
54
In practical terms this means that if you have multiple configuration files around (``tox.ini ``, ``pyproject.toml `` or ``setup.cfg ``) you
55
55
might need to use ``--cov-config `` to make coverage use the correct configuration file.
56
56
57
57
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.
59
59
60
60
Reference
61
61
=========
You can’t perform that action at this time.
0 commit comments