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

Remove errant bitly #220

Merged
merged 1 commit into from Sep 21, 2020
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 bin/codecov
Expand Up @@ -6,7 +6,7 @@ var codecov = require('../lib/codecov');
var args = argv.option([
{name: 'token', short: 't', type: 'string', description: "Private repository token. Not required for public repos on Travis, CircleCI and AppVeyor"},
{name: 'file', short: 'f', type: 'path', description: "Target a specific file for uploading and disabling automatic detection of coverage files."},
{name: 'env', short: 'e', type: 'string', description: "Store environment variables to help distinguish CI builds. Example: http://bit.ly/1ElohCu", example: "--env=VAR1,VAR2,VAR3"},
{name: 'env', short: 'e', type: 'string', description: "Store environment variables to help distinguish CI builds.", example: "--env=VAR1,VAR2,VAR3"},
{name: 'root', short: 'p', type: 'path', description: "Project root, if not current directory"},
{name: 'gcov-root', type: 'path', description: "Project root directory when preparing gcov"},
{name: 'gcov-glob', type: 'string', description: "Paths to ignore during gcov gathering"},
Expand Down