We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97f12c8 + 499c247 commit d07f3a9Copy full SHA for d07f3a9
1 file changed
cpp_coveralls/coverage.py
@@ -72,7 +72,7 @@ def create_args(params):
72
help='Follow symlinks (default off)')
73
parser.add_argument('-l', '--lcov-file', metavar='FILE',
74
help='Upload lcov generated info file')
75
- parser.add_argument('--max-cov-count', metavar='NUMBER',
+ parser.add_argument('--max-cov-count', metavar='NUMBER', type=int,
76
help='Max number for line coverage count. If line'
77
'coverage count is greater than the given number'
78
'(Max + 1) will be put instead. Helps in managing'
0 commit comments