Skip to content

Commit

Permalink
Merge branch '8.0' into 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 8, 2019
2 parents 65e2be0 + 031fbe6 commit d41f211
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 d41f211

Please sign in to comment.