Skip to content

Conversation

pfeigl
Copy link
Contributor

@pfeigl pfeigl commented Apr 13, 2011

When forceCoversAnnotation is activated, files are completely ignored in coverage reports, if they do not have any coverage at all. This means, they are missing from the report at all.

This shouldn't happend, if processUncoveredFilesFromWhitelist is activated at the same time.
Therefor I provided a little patch which puts all files into the coverage report, even if they did not have any covered code lines and processUncoveredFilesFromWhitelist is activated at the same time.

sebastianbergmann added a commit that referenced this pull request May 6, 2011
Enabled combination of forceCoversAnnotation and processUncoveredFilesFromWhitelist.
@sebastianbergmann sebastianbergmann merged commit a8bd266 into sebastianbergmann:master May 6, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants