Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Fix broken bitly link in help #218

Merged
merged 1 commit into from Nov 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion codecov/__init__.py
Expand Up @@ -230,7 +230,7 @@ def main(*argv, **kwargs):
gcov.add_argument('--gcov-args', default='', help="extra arguments to pass to gcov")

advanced = parser.add_argument_group('======================== Advanced ========================')
advanced.add_argument('-X', '--disable', nargs="*", default=[], help="Disable features. Accepting **search** to disable crawling through directories, **detect** to disable detecting CI provider, **gcov** disable gcov commands, `pycov` disables running python `coverage xml`, **fix** to disable report adjustments http://bit.ly/1O4eBpt")
advanced.add_argument('-X', '--disable', nargs="*", default=[], help="Disable features. Accepting **search** to disable crawling through directories, **detect** to disable detecting CI provider, **gcov** disable gcov commands, `pycov` disables running python `coverage xml`, **fix** to disable report adjustments https://docs.codecov.io/docs/fixing-reports")
advanced.add_argument('--root', default=None, help="Project directory. Default: current direcory or provided in CI environment variables")
advanced.add_argument('--commit', '-c', default=None, help="Commit SHA, set automatically")
advanced.add_argument('--prefix', '-P', default=None, help="Prefix network paths to help resolve paths: https://github.com/codecov/support/issues/472")
Expand Down