aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-02-21 09:43:05 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-21 15:23:11 +0000
commit1b5b944f69cf0f59060c19c0cb88029f0528b1ac (patch)
treea4400bf118e0151b22476d0c0e28e0dd7e41f1cd /infra/bots/recipe_modules/vars
parent0d4bc0d8299cb2e0a04f060638a5f7744821ff46 (diff)
Roll recipe DEPS again
This time with coverage bypass BUG=skia: Change-Id: I7f51dcad7bad53c7209ac512876a0d72c6181b8e Reviewed-on: https://skia-review.googlesource.com/8768 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/vars')
-rw-r--r--infra/bots/recipe_modules/vars/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/vars/__init__.py b/infra/bots/recipe_modules/vars/__init__.py
index e74431efac..b3a5340649 100644
--- a/infra/bots/recipe_modules/vars/__init__.py
+++ b/infra/bots/recipe_modules/vars/__init__.py
@@ -11,3 +11,7 @@ DEPS = [
'recipe_engine/raw_io',
'recipe_engine/step',
]
+
+
+# TODO(borenet): Add coverage
+DISABLE_STRICT_COVERAGE = True