1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Jun 15 08:33:03 UTC 2022

This commit is contained in:
Automated 2022-06-15 08:33:03 +00:00
parent 28d031b3c1
commit 5378794555
Failed to extract signature
147 changed files with 5222 additions and 263 deletions

View file

@ -266,13 +266,13 @@ FLAGS
Enable code coverage and provide a directory to store the coverage
results when using Android Test Orchestrator (--use-orchestrator):
--environment-variables clearPackageData=true,coverage=true,coverageFilePath=/sdcard/
--environment-variables clearPackageData=true,coverage=true,coverageFilePath=/sdcard/Download/
Enable code coverage and provide a file path to store the coverage
results when not using Android Test Orchestrator
(--no-use-orchestrator):
--environment-variables coverage=true,coverageFile=/sdcard/coverage.ec
--environment-variables coverage=true,coverageFile=/sdcard/Download/coverage.ec
Note: If you need to embed a comma into a VALUE string, please refer to
gcloud topic escaping for ways to change the default list delimiter.