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

Unified Diff: infra/tools/antibody/__main__.py

Issue 1235373004: Added script to generate stats on a git checkout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@new_antibody_db_schema
Patch Set: Rebase Created 5 years, 5 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 | « infra/tools/antibody/ANTIBODY_DB_schema_setup.sql ('k') | infra/tools/antibody/antibody.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/antibody/__main__.py
diff --git a/infra/tools/antibody/__main__.py b/infra/tools/antibody/__main__.py
index 127ed460a8bcf260d1f231e02d615e315efe618e..f6725ebd0206d5f8a7267b83d088319d8cf6f779 100644
--- a/infra/tools/antibody/__main__.py
+++ b/infra/tools/antibody/__main__.py
@@ -65,6 +65,7 @@ def main(argv):
if not os.path.exists(args.output_dir_path):
os.makedirs(args.output_dir_path)
suspicious_commits = code_review_parse.get_tbr_no_lgtm(cc)
+ antibody.generate_stats_files(cc, args.output_dir_path)
gitiles_prefix = antibody.get_gitiles_prefix(checkout)
if not gitiles_prefix:
gitiles_prefix = ''
« no previous file with comments | « infra/tools/antibody/ANTIBODY_DB_schema_setup.sql ('k') | infra/tools/antibody/antibody.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698