From e186bff46bb2bc61afa7cc2bd6bcbb680ba07d20 Mon Sep 17 00:00:00 2001 From: Andre Brisco Date: Sun, 26 Jun 2022 13:36:58 -0700 Subject: [PATCH] removed incorrect docs on `data_file`. --- docs/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index e1e4c3d3..6712292b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -23,8 +23,8 @@ For full details refer to the `coverage config file`_ documentation. .. note:: Important Note - This plugin overrides the ``data_file`` and ``parallel`` options of coverage. Unless you also run coverage without - 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``. If you use the ``--cov=something`` option (with a value) then coverage's ``source`` option will also get overridden. If you have multiple sources it might be easier to set those in ``.coveragerc`` and always use ``--cov`` (without a value)