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

Issue 23523055: add a way to get code coverage (Closed)

Created:
7 years, 3 months ago by mtklein
Modified:
7 years, 3 months ago
Reviewers:
borenet
CC:
skia-review_googlegroups.com, tfarina
Visibility:
Public.

Description

add a way to get code coverage BUG=

Patch Set 1 #

Total comments: 5

Patch Set 2 : borenet #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -0 lines) Patch
M gyp/common_conditions.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/coverage.sh View 1 chunk +31 lines, -0 lines 0 comments Download
A tools/gcov_shim View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mtklein
Hopefully this should be obvious how to generalize this to run on a bot and ...
7 years, 3 months ago (2013-09-12 17:11:44 UTC) #1
borenet
https://codereview.chromium.org/23523055/diff/1/gyp/common_conditions.gypi File gyp/common_conditions.gypi (right): https://codereview.chromium.org/23523055/diff/1/gyp/common_conditions.gypi#newcode209 gyp/common_conditions.gypi:209: 'cflags': ['-g --coverage'], We already provide '-g' in both ...
7 years, 3 months ago (2013-09-12 17:22:58 UTC) #2
mtklein
https://codereview.chromium.org/23523055/diff/1/gyp/common_conditions.gypi File gyp/common_conditions.gypi (right): https://codereview.chromium.org/23523055/diff/1/gyp/common_conditions.gypi#newcode209 gyp/common_conditions.gypi:209: 'cflags': ['-g --coverage'], On 2013/09/12 17:22:58, borenet wrote: > ...
7 years, 3 months ago (2013-09-12 17:34:00 UTC) #3
borenet
LGTM https://codereview.chromium.org/23523055/diff/1/gyp/common_conditions.gypi File gyp/common_conditions.gypi (right): https://codereview.chromium.org/23523055/diff/1/gyp/common_conditions.gypi#newcode209 gyp/common_conditions.gypi:209: 'cflags': ['-g --coverage'], On 2013/09/12 17:34:00, mtklein wrote: ...
7 years, 3 months ago (2013-09-12 17:40:02 UTC) #4
tfarina
7 years, 3 months ago (2013-09-12 18:58:46 UTC) #5
nice! happy to see this being added.

Powered by Google App Engine
This is Rietveld 408576698