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

Unified Diff: appengine/findit/waterfall/detect_first_failure_pipeline.py

Issue 1917383002: test.py: compute coverage per top-level module. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 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
Index: appengine/findit/waterfall/detect_first_failure_pipeline.py
diff --git a/appengine/findit/waterfall/detect_first_failure_pipeline.py b/appengine/findit/waterfall/detect_first_failure_pipeline.py
index a6dd42e025edc92e68057099ee4417dc7493aa35..387aebde2d3e289356d43529f6dcbee65fa38bc2 100644
--- a/appengine/findit/waterfall/detect_first_failure_pipeline.py
+++ b/appengine/findit/waterfall/detect_first_failure_pipeline.py
@@ -455,7 +455,7 @@ class DetectFirstFailurePipeline(BasePipeline):
self._CheckForFirstKnownFailure(
master_name, builder_name, build_number, failed_steps, builds)
- if build_failure_type == failure_type.TEST:
+ if build_failure_type == failure_type.TEST: # pragma: no branch
# Checks first failed builds for each failed test.
self._CheckFirstKnownFailureForSwarmingTests(
master_name, builder_name, build_number, failed_steps, builds)
« no previous file with comments | « appengine/findit/.coveragerc ('k') | appengine/monorail/.coveragerc » ('j') | test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698