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

Commit 73b1b13

Browse files
authored
Merge pull request #218 from rly/patch-1
Fix broken bitly link in help
2 parents ba51a78 + 80a3fcc commit 73b1b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def main(*argv, **kwargs):
230230
gcov.add_argument('--gcov-args', default='', help="extra arguments to pass to gcov")
231231

232232
advanced = parser.add_argument_group('======================== Advanced ========================')
233-
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")
233+
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")
234234
advanced.add_argument('--root', default=None, help="Project directory. Default: current direcory or provided in CI environment variables")
235235
advanced.add_argument('--commit', '-c', default=None, help="Commit SHA, set automatically")
236236
advanced.add_argument('--prefix', '-P', default=None, help="Prefix network paths to help resolve paths: https://github.com/codecov/support/issues/472")

0 commit comments

Comments
 (0)