Chromium Code Reviews| Index: scripts/slave/recipes/blink_trybot.py |
| diff --git a/scripts/slave/recipes/blink_trybot.py b/scripts/slave/recipes/blink_trybot.py |
| index 01b470d54b0f428046905c4af8da329e9e6f9443..cc3ff134cc136cbfd10bb83cb5207f4d75077e2f 100644 |
| --- a/scripts/slave/recipes/blink_trybot.py |
| +++ b/scripts/slave/recipes/blink_trybot.py |
| @@ -149,7 +149,7 @@ def _RunStepsInternal(api): |
| "import sys; sys.exit(1)") |
| raise exception |
| - def deapply_patch_fn(_failing_steps): |
| + def deapply_patch_fn(_failing_steps): # pragma: no cover |
|
Michael Achenbach
2015/09/23 17:20:45
Huh, why no coverage now? Is it not covered anymor
|
| properties = bot_update_step.json.output['properties'] |
| # Use the got_cr_revision property if available. In component-driven |
| # builds it will hold the chromium revision (while got_revision will |