[PATCH] D42093: [llvm-cov] Improvements for summary report generated in HTML format.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 22:20:45 PST 2018
Dor1s created this revision.
Dor1s added reviewers: vsk, morehouse.
This commit adds the following changes:
1. coverage numbers are aligned to the left and padded with spaces in order to
provide better readability for percentage values, e.g.:
file1 | 89.13% (123 / 2323) | 100.00% (55 / 55) | 9.33% (14545 / 234234)
file_asda | 1.78% ( 23 / 4323) | 32.31% (555 / 6555) | 67.89% (1545 / 2234)
fileXXX | 100.00% (12323 / 12323) | 100.00% (555 / 555) | 100.00% (12345 / 12345)
2. added "hover" attribute to CSS for highlighting table row under mouse cursor
see screenshot attached to the phabricator review page
3. table title row and totals row in the bottom now use bold text
Repository:
rL LLVM
https://reviews.llvm.org/D42093
Files:
tools/llvm-cov/SourceCoverageViewHTML.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42093.129917.patch
Type: text/x-patch
Size: 3528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180116/09aae601/attachment.bin>
More information about the llvm-commits
mailing list