Skip to content

Commit 2e78ee3

Browse files
committed
add verbose holder
1 parent 086af79 commit 2e78ee3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codecov/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def main(*argv, **kwargs):
228228

229229
debugging = parser.add_argument_group('======================== Debugging ========================')
230230
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")
231232
debugging.add_argument('--no-color', action="store_true", help="Do not output with color")
232233

233234
# Parse Arguments

0 commit comments

Comments
 (0)