We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086af79 commit 2e78ee3Copy full SHA for 2e78ee3
1 file changed
codecov/__init__.py
@@ -228,6 +228,7 @@ def main(*argv, **kwargs):
228
229
debugging = parser.add_argument_group('======================== Debugging ========================')
230
debugging.add_argument('--dump', action="store_true", help="Dump collected data and do not send to Codecov")
231
+ debugging.add_argument('-v', '--verbose', action="store_true", help="No comfigured yet")
232
debugging.add_argument('--no-color', action="store_true", help="Do not output with color")
233
234
# Parse Arguments
0 commit comments