added min depth as command line option#2235
Merged
Merged
Conversation
Member
|
This currently treats each file separately for depth filtering purposes, however as the output is for the sum over all files I think it should count a location if the sum of all positions comes over the threshold. This would be similar to running: I suspect the program is mostly used with only one input, but if you do supply more that one I'd guess it's with the intention of seeing the coverage over the merged files. |
Contributor
Author
|
Updated to use depth based on all input files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1563
Added min-depth command line option with default value 1. With this value, it works as previous versions.
When value other than 1 is given, new value is used for the min depth check and any position in a file which has depth below it are ignored. The quality values for such positions are also ignored.
Note: The depth is per file / input.