1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-23 14:00:55 +01:00
phorge-arcanist/src/workflow
epriestley 3acbf9f3fa Expose --coverage and --no-coverage flags from arc diff
Summary: Currently, we don't expose these at top level, so you can't disable coverage if your coverage is explosively broken. Expose them as passthrough arguments.

Test Plan:

  - Touched a file in `arc` which triggered unit tests.
  - Without `xdebug` installed:
    - Ran `arc diff --preview`, `arc diff --preview --no-coverage` (both fine).
    - Ran `arc diff --preview --coverage`, got exception about coverage not being available.
  - Installed `xdebug`.
    - Ran `arc diff --preview`, got coverage.
    - Ran `arc diff --preview --coverage`, got coverage.
    - Ran `arc diff --preview --no-coverage`, no coverage.

Reviewers: indiefan, btrahan, vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D4745
2013-01-30 12:35:30 -08:00
..
exception Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistAliasWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistAmendWorkflow.php Remove ArcanistRepositoryAPI::setDefaultBaseCommit() 2012-12-17 12:53:38 -08:00
ArcanistAnoidWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistBaseWorkflow.php Use all changed files since base revision in repository cache key 2013-01-30 11:25:16 -08:00
ArcanistBranchWorkflow.php Limit arc branch to 16 concurrent processes 2013-01-07 08:44:55 -08:00
ArcanistBrowseWorkflow.php Add arc browse workflow 2012-12-09 14:10:21 -08:00
ArcanistCallConduitWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistCloseRevisionWorkflow.php Reuse code in close-revision workflow 2012-12-07 18:22:23 -08:00
ArcanistCloseWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistCommitWorkflow.php Fix an escaping issue with "svn commit" 2013-01-28 14:11:31 -08:00
ArcanistCoverWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00
ArcanistDiffWorkflow.php Expose --coverage and --no-coverage flags from arc diff 2013-01-30 12:35:30 -08:00
ArcanistDownloadWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistExportWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00
ArcanistFlagWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistGetConfigWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistGitHookPreReceiveWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistHelpWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistInlinesWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistInstallCertificateWorkflow.php make arc install-certificate <uri> work if uri is specified 2013-01-03 09:23:20 -08:00
ArcanistLandWorkflow.php Reset master after unsuccessful push 2013-01-29 12:12:31 -08:00
ArcanistLiberateWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistLintWorkflow.php Cache results of repository linters 2013-01-24 16:15:55 -08:00
ArcanistListWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistMarkCommittedWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPasteWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPatchWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00
ArcanistSetConfigWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistShellCompleteWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistSvnHookPreCommitWorkflow.php Change lint_engine to lint.engine 2012-11-20 15:42:35 -08:00
ArcanistTasksWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistTodoWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistUnitWorkflow.php Implement --everything, --json and --ugly flags for arc unit 2012-12-17 12:56:41 -08:00
ArcanistUpgradeWorkflow.php Remove ArcanistRepositoryAPI::setDefaultBaseCommit() 2012-12-17 12:53:38 -08:00
ArcanistUploadWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistWhichWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00