We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data_file
1 parent b3dda36 commit 00713b3Copy full SHA for 00713b3
docs/config.rst
@@ -23,8 +23,8 @@ For full details refer to the `coverage config file`_ documentation.
23
24
.. note:: Important Note
25
26
- This plugin overrides the ``data_file`` and ``parallel`` options of coverage. Unless you also run coverage without
27
- pytest-cov it's pointless to set those options in your ``.coveragerc``.
+ This plugin overrides the ``parallel`` option of coverage. Unless you also run coverage without pytest-cov it's
+ pointless to set those options in your ``.coveragerc``.
28
29
If you use the ``--cov=something`` option (with a value) then coverage's ``source`` option will also get overridden.
30
If you have multiple sources it might be easier to set those in ``.coveragerc`` and always use ``--cov`` (without a value)
0 commit comments