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

Commit

Permalink
Merge pull request #218 from rly/patch-1
Browse files Browse the repository at this point in the history
Fix broken bitly link in help
  • Loading branch information
thomasrockhu committed Nov 12, 2019
2 parents ba51a78 + 80a3fcc commit 73b1b13
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 73b1b13

Please sign in to comment.