 Chromium Code Reviews
 Chromium Code Reviews Issue 2806373004:
  Enable strict coverage for json, path, platform, properties, raw_io  (Closed)
    
  
    Issue 2806373004:
  Enable strict coverage for json, path, platform, properties, raw_io  (Closed) 
  | Index: recipe_modules/path/__init__.py | 
| diff --git a/recipe_modules/path/__init__.py b/recipe_modules/path/__init__.py | 
| index df099e1cd4d5d08f88a262033729d80a08f01371..3142356f376ab979ff439fed28d3d09dea72f077 100644 | 
| --- a/recipe_modules/path/__init__.py | 
| +++ b/recipe_modules/path/__init__.py | 
| @@ -6,7 +6,3 @@ DEPS = [ | 
| 'platform', | 
| 'properties', | 
| ] | 
| - | 
| - | 
| -# TODO(phajdan.jr): provide coverage (http://crbug.com/693058). | 
| -DISABLE_STRICT_COVERAGE = True |