Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: tools/telemetry/telemetry/testing/run_tests.py

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/__init__.py ('k') | tools/telemetry/third_party/coverage/.hg_archival.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/testing/run_tests.py
diff --git a/tools/telemetry/telemetry/testing/run_tests.py b/tools/telemetry/telemetry/testing/run_tests.py
index ce3a82d6e3410c8e041f37f1806c7524221e37e2..d63697b913a86e3689b584b5f619db2398252650 100644
--- a/tools/telemetry/telemetry/testing/run_tests.py
+++ b/tools/telemetry/telemetry/testing/run_tests.py
@@ -126,6 +126,7 @@ class RunTestsCommand(command_line.OptparseCommand):
runner.args.write_full_results_to = args.write_full_results_to
runner.args.write_trace_to = args.write_trace_to
runner.args.list_only = args.list_only
+ runner.args.coverage = True
runner.args.path.append(util.GetUnittestDataDir())
« no previous file with comments | « tools/telemetry/telemetry/__init__.py ('k') | tools/telemetry/third_party/coverage/.hg_archival.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698