Commit 2362871c authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr Committed by Commit Bot

Add DISABLE_STRICT_COVERAGE to modules which need it

TBR=iannucci

BUG=693058

Change-Id: I82be959933162a99172cc58aba0f62b28b360596
Reviewed-on: https://chromium-review.googlesource.com/444764Reviewed-by: 's avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org>
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
parent 62d8f56b
...@@ -8,3 +8,7 @@ DEPS = [ ...@@ -8,3 +8,7 @@ DEPS = [
'recipe_engine/step', 'recipe_engine/step',
'tryserver', 'tryserver',
] ]
# TODO(phajdan.jr): provide coverage (http://crbug.com/693058).
DISABLE_STRICT_COVERAGE = True
...@@ -7,3 +7,7 @@ DEPS = [ ...@@ -7,3 +7,7 @@ DEPS = [
'recipe_engine/raw_io', 'recipe_engine/raw_io',
'recipe_engine/step', 'recipe_engine/step',
] ]
# TODO(phajdan.jr): provide coverage (http://crbug.com/693058).
DISABLE_STRICT_COVERAGE = True
...@@ -2,3 +2,7 @@ DEPS = [ ...@@ -2,3 +2,7 @@ DEPS = [
'recipe_engine/raw_io', 'recipe_engine/raw_io',
'recipe_engine/step', 'recipe_engine/step',
] ]
# TODO(phajdan.jr): provide coverage (http://crbug.com/693058).
DISABLE_STRICT_COVERAGE = True
...@@ -4,3 +4,7 @@ DEPS = [ ...@@ -4,3 +4,7 @@ DEPS = [
'recipe_engine/python', 'recipe_engine/python',
'recipe_engine/step', 'recipe_engine/step',
] ]
# TODO(phajdan.jr): provide coverage (http://crbug.com/693058).
DISABLE_STRICT_COVERAGE = True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment