We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4221ead commit 36f0d46Copy full SHA for 36f0d46
src/code-coverage-analysis.rst
@@ -100,7 +100,7 @@ This can either be done using the ``--coverage-filter``
100
:ref:`command line <textui.clioptions>` option or via the
101
configuration file (see :ref:`appendixes.configuration.coverage.include`).
102
103
-The ``includeUncoveredFiles` and ``processUncoveredFiles`` configuration settings are available to configure how the filter is used:
+The ``includeUncoveredFiles`` and ``processUncoveredFiles`` configuration settings are available to configure how the filter is used:
104
105
- ``includeUncoveredFiles="false"`` means that only files that have at least one line of executed code are included in the code coverage report
106
0 commit comments