Skip to content

Commit

Permalink
Fix of typo in Whitelisting Files section
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException authored and sebastianbergmann committed May 7, 2019
1 parent cedc470 commit 436d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-coverage-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ configuration file (see :ref:`appendixes.configuration.whitelisting-files`).

The ``addUncoveredFilesFromWhitelist`` and ``processUncoveredFilesFromWhitelist`` configuration settings are available to configure how the whitelist is used:

- ``addUncoveredFilesFromWhitelist="false"`` means that only whitelisted files that have a least one of line of executed code are included in the code coverage report
- ``addUncoveredFilesFromWhitelist="false"`` means that only whitelisted files that have at least one of line of executed code are included in the code coverage report

- ``addUncoveredFilesFromWhitelist="true"`` (default) means that all whitelisted files are included in the code coverage report even if not a single line of code of such a file is executed

Expand Down

0 comments on commit 436d8fb

Please sign in to comment.