Skip to content

Commit 36f0d46

Browse files
chrisvanpattensebastianbergmann
authored andcommitted
Fix: restore omitted backtick
1 parent 4221ead commit 36f0d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-coverage-analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This can either be done using the ``--coverage-filter``
100100
:ref:`command line <textui.clioptions>` option or via the
101101
configuration file (see :ref:`appendixes.configuration.coverage.include`).
102102

103-
The ``includeUncoveredFiles` and ``processUncoveredFiles`` configuration settings are available to configure how the filter is used:
103+
The ``includeUncoveredFiles`` and ``processUncoveredFiles`` configuration settings are available to configure how the filter is used:
104104

105105
- ``includeUncoveredFiles="false"`` means that only files that have at least one line of executed code are included in the code coverage report
106106

0 commit comments

Comments
 (0)