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

Issue 1246043002: Coverage: add a trace for not_covered_lines per file (Closed)

Created:
5 years, 5 months ago by borenet
Modified:
5 years, 5 months ago
CC:
jcgregorio, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Coverage: add a trace for not_covered_lines per file Example output: { "build_number": "2", "gitHash": "71f5db892ee7ed9fbb573da28ccb906e18ba24a4", "key": { "arch": "x86_64", "compiler": "Clang", "configuration": "Coverage", "cpu_or_gpu": "CPU", "cpu_or_gpu_value": "AVX2", "model": "GCE", "os": "Ubuntu" }, "results": { "dm_DMGpuSupport_h": { "coverage": { "lines_not_covered": 6, "options": { "dir": "dm", "fullname": "dm/DMGpuSupport.h", "source_type": "coverage" }, "percent": 33.33333333333333 } }, "dm_DMJsonWriter_cpp": { ...... BUG=skia:2430 Committed: https://skia.googlesource.com/skia/+/4cb300340eb525b2ee2a73d12d81cbfd3b746498

Patch Set 1 #

Patch Set 2 : Fix key, tweak naming #

Total comments: 2

Patch Set 3 : Adjust format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M tools/parse_llvm_coverage.py View 1 2 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
borenet
Let me know if the format looks wrong.
5 years, 5 months ago (2015-07-21 17:43:25 UTC) #2
jcgregorio
+mktlein for nanobench output
5 years, 5 months ago (2015-07-22 04:24:58 UTC) #5
mtklein
https://codereview.chromium.org/1246043002/diff/20001/tools/parse_llvm_coverage.py File tools/parse_llvm_coverage.py (left): https://codereview.chromium.org/1246043002/diff/20001/tools/parse_llvm_coverage.py#oldcode108 tools/parse_llvm_coverage.py:108: 'coverage': { Am I remembering this format wrong or ...
5 years, 5 months ago (2015-07-22 12:20:26 UTC) #6
borenet
Edited the issue description with new format. https://codereview.chromium.org/1246043002/diff/20001/tools/parse_llvm_coverage.py File tools/parse_llvm_coverage.py (left): https://codereview.chromium.org/1246043002/diff/20001/tools/parse_llvm_coverage.py#oldcode108 tools/parse_llvm_coverage.py:108: 'coverage': { ...
5 years, 5 months ago (2015-07-22 13:01:59 UTC) #7
mtklein
lgtm Yeah, having source_type in options will do what you want I think, minus the ...
5 years, 5 months ago (2015-07-22 15:10:39 UTC) #8
borenet
On 2015/07/22 15:10:39, mtklein wrote: > lgtm > > Yeah, having source_type in options will ...
5 years, 5 months ago (2015-07-22 15:11:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246043002/40001
5 years, 5 months ago (2015-07-22 15:11:35 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 15:19:29 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/4cb300340eb525b2ee2a73d12d81cbfd3b746498

Powered by Google App Engine
This is Rietveld 408576698