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

Issue 2648883002: Add coverage statistic (Closed)

Created:
3 years, 11 months ago by ymzhang1
Modified:
3 years, 10 months ago
Reviewers:
RobertoCN, sshruthi1
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

add coverage statistic BUG=681094 R=robertocn Review-Url: https://codereview.chromium.org/2648883002 Cr-Commit-Position: refs/heads/master@{#448739} Committed: https://chromium.googlesource.com/chromium/src/+/7280dbb030e5a867689c2c152748d8885e085c70

Patch Set 1 #

Total comments: 13

Patch Set 2 : Add level parameter #

Total comments: 8

Patch Set 3 : add display complete stat #

Total comments: 16

Patch Set 4 : rename variables #

Total comments: 2

Patch Set 5 : update Docstring #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -4 lines) Patch
M tools/checkteamtags/extract_components.py View 1 2 3 4 4 chunks +90 lines, -1 line 0 comments Download
M tools/checkteamtags/extract_components_test.py View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M tools/checkteamtags/owners_file_tags.py View 1 2 3 2 chunks +33 lines, -3 lines 0 comments Download

Messages

Total messages: 37 (17 generated)
ymzhang1
Add team/component coverage statistic
3 years, 11 months ago (2017-01-20 23:46:12 UTC) #2
sshruthi1
On 2017/01/20 23:46:12, ymzhang1 wrote: > Add team/component coverage statistic Can we add information about ...
3 years, 11 months ago (2017-01-25 18:56:36 UTC) #4
RobertoCN
https://codereview.chromium.org/2648883002/diff/1/tools/checkteamtags/owners_file_tags.py File tools/checkteamtags/owners_file_tags.py (right): https://codereview.chromium.org/2648883002/diff/1/tools/checkteamtags/owners_file_tags.py#newcode42 tools/checkteamtags/owners_file_tags.py:42: A pair (data, warnings) where data is a dict ...
3 years, 11 months ago (2017-01-25 20:40:49 UTC) #5
RobertoCN
https://codereview.chromium.org/2648883002/diff/1/tools/checkteamtags/owners_file_tags.py File tools/checkteamtags/owners_file_tags.py (right): https://codereview.chromium.org/2648883002/diff/1/tools/checkteamtags/owners_file_tags.py#newcode42 tools/checkteamtags/owners_file_tags.py:42: A pair (data, warnings) where data is a dict ...
3 years, 11 months ago (2017-01-25 20:40:50 UTC) #6
sshruthi1
On 2017/01/25 20:40:50, RobertoCN wrote: > https://codereview.chromium.org/2648883002/diff/1/tools/checkteamtags/owners_file_tags.py > File tools/checkteamtags/owners_file_tags.py (right): > > https://codereview.chromium.org/2648883002/diff/1/tools/checkteamtags/owners_file_tags.py#newcode42 > ...
3 years, 11 months ago (2017-01-25 21:29:06 UTC) #7
ymzhang1
Have added level by level statistic besides total statistic. Currently I print the statistic for ...
3 years, 10 months ago (2017-01-27 23:24:51 UTC) #12
sshruthi
On 2017/01/27 23:24:51, ymzhang1 wrote: > Have added level by level statistic besides total statistic. ...
3 years, 10 months ago (2017-01-27 23:30:20 UTC) #13
ymzhang1
On 2017/01/27 23:30:20, sshruthi wrote: > On 2017/01/27 23:24:51, ymzhang1 wrote: > > Have added ...
3 years, 10 months ago (2017-01-27 23:48:54 UTC) #14
ymzhang1
Could specify how many level to display. e.g. python extract_components.py -s 3 ../../third_party/WebKit/ Result: 148 ...
3 years, 10 months ago (2017-01-31 22:41:35 UTC) #18
RobertoCN
https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py File tools/checkteamtags/extract_components.py (right): https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py#newcode59 tools/checkteamtags/extract_components.py:59: python %prog -s 3 /b/build/src What happens if we ...
3 years, 10 months ago (2017-01-31 23:04:28 UTC) #19
ymzhang1
On 2017/01/31 23:04:28, RobertoCN wrote: > https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py > File tools/checkteamtags/extract_components.py (right): > > https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py#newcode59 > ...
3 years, 10 months ago (2017-01-31 23:06:52 UTC) #20
RobertoCN
On 2017/01/31 23:06:52, ymzhang1 wrote: > On 2017/01/31 23:04:28, RobertoCN wrote: > > > https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py ...
3 years, 10 months ago (2017-01-31 23:22:56 UTC) #21
ymzhang1
On 2017/01/31 23:22:56, RobertoCN wrote: > On 2017/01/31 23:06:52, ymzhang1 wrote: > > On 2017/01/31 ...
3 years, 10 months ago (2017-01-31 23:33:42 UTC) #22
ymzhang1
https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py File tools/checkteamtags/extract_components.py (right): https://codereview.chromium.org/2648883002/diff/160001/tools/checkteamtags/extract_components.py#newcode59 tools/checkteamtags/extract_components.py:59: python %prog -s 3 /b/build/src On 2017/01/31 23:04:28, RobertoCN ...
3 years, 10 months ago (2017-02-06 21:01:59 UTC) #25
RobertoCN
I have a few comments, mostly about style and naming. The logic looks good, though. ...
3 years, 10 months ago (2017-02-06 21:55:31 UTC) #26
ymzhang1
Thanks for the detail comments and suggestions! https://codereview.chromium.org/2648883002/diff/220001/tools/checkteamtags/extract_components.py File tools/checkteamtags/extract_components.py (right): https://codereview.chromium.org/2648883002/diff/220001/tools/checkteamtags/extract_components.py#newcode48 tools/checkteamtags/extract_components.py:48: """"display coverage ...
3 years, 10 months ago (2017-02-07 00:40:51 UTC) #27
RobertoCN
LGTM % Docstring. https://codereview.chromium.org/2648883002/diff/240001/tools/checkteamtags/extract_components.py File tools/checkteamtags/extract_components.py (right): https://codereview.chromium.org/2648883002/diff/240001/tools/checkteamtags/extract_components.py#newcode48 tools/checkteamtags/extract_components.py:48: """"display coverage statistic """Display coverage statistics. ...
3 years, 10 months ago (2017-02-07 20:19:30 UTC) #28
ymzhang1
https://codereview.chromium.org/2648883002/diff/240001/tools/checkteamtags/extract_components.py File tools/checkteamtags/extract_components.py (right): https://codereview.chromium.org/2648883002/diff/240001/tools/checkteamtags/extract_components.py#newcode48 tools/checkteamtags/extract_components.py:48: """"display coverage statistic On 2017/02/07 20:19:30, RobertoCN wrote: > ...
3 years, 10 months ago (2017-02-07 21:16:00 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2648883002/280001
3 years, 10 months ago (2017-02-07 21:16:25 UTC) #33
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 22:21:08 UTC) #37
Message was sent while issue was closed.
Committed patchset #5 (id:280001) as
https://chromium.googlesource.com/chromium/src/+/7280dbb030e5a867689c2c152748...

Powered by Google App Engine
This is Rietveld 408576698