New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 685266 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Recipe simulation test missing a report of lines not covered?

Project Member Reported by bpastene@chromium.org, Jan 25 2017

Issue description

I'm currently trying to make some recipe changes. The simulation test is telling me I'm not at 100% coverage, but it's not reporting what lines are missed:


Coverage Report                                                              Stmts   Miss  Cover
------------------------------------------------------------------------------------------------
scripts/slave/recipe_modules/chromium_android/api.py                           624      1    99%
------------------------------------------------------------------------------------------------
TOTAL                                                                        18941      1    99%



You can hopefully repro by locally applying https://chromium-review.googlesource.com/c/432716/ and running `python scripts/slave/unittests/recipe_simulation_test.py`

Could be I'm missing something obvious.
 
btw, generating an html report correctly shows which line was missed. It's just the summary stdout that's missing it.

Comment 2 by iannu...@google.com, Jan 25 2017

Hm... I'm not sure what happened (or when this happened)... IIRC it used to report the missing lines?

Comment 3 by iannu...@google.com, Jan 25 2017

Owner: iannucci@chromium.org
Status: Started (was: Untriaged)
https://codereview.chromium.org/2655923003
Status: Fixed (was: Started)

Sign in to add a comment