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

Unified Diff: PRESUBMIT.py

Issue 2061263003: add basic bootstrap for coverage (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix recipes readme. Created 4 years, 6 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 | « .gitignore ('k') | bootstrap/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index abfe001ac3b31c05d7cecfedb0e8c264e30d35a6..8c16d2a1360017c39c5a48e7f817eb2ca0b902c9 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -37,7 +37,9 @@ def CommonChecks(input_api, output_api):
results = []
results.extend(input_api.canned_checks.PanProjectChecks(
- input_api, output_api, license_header=header(input_api)))
+ input_api, output_api, license_header=header(input_api),
+ excluded_paths=['bootstrap/virtualenv/*']
+ ))
results.extend(input_api.RunTests(
tests('recipe_engine', 'unittests') +
« no previous file with comments | « .gitignore ('k') | bootstrap/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698