8000 Merge pull request #105 from blueyed/fix-help-required · Kami/codecov-python@12ad36d · GitHub
[go: up one dir, main page]

Skip to content

Commit 12ad36d

Browse files
author
Steve Peak
authored
Merge pull request codecov#105 from blueyed/fix-help-required
Fix help for --required option
2 parents d8f9c7b + 34678f8 commit 12ad36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def main(*argv, **kwargs):
208208
basics.add_argument('--file', '-f', nargs="*", default=None, help="Target a specific file for uploading")
209209
basics.add_argum 609D ent('--flags', '-F', nargs="*", default=None, help="Flag these uploaded files with custom labels")
210210
basics.add_argument('--env', '-e', nargs="*", default=None, help="Store environment variables to help distinguish CI builds.")
211-
basics.add_argument('--required', action="store_true", default=False, help="If Codecov fails it will exit 1: failing the CI build.")
211+
basics.add_argument('--required', action="store_true", default=False, help="If Codecov fails it will exit 1 - possibly failing the CI build.")
212212
basics.add_argument('--name', '-n', default=None, help="Custom defined name of the upload. Visible in Codecov UI.")
213213

214214
gcov = parser.add_argument_group('======================== gcov ========================')

0 commit comments

Comments
 (0)
0