Add --total option to append a Total column to reports - #984
Open
pascal-lc wants to merge 1 commit into
Open
Conversation
The standard report only shows per-language blank, comment, and code counts. Add a --total option that appends a Total column (blank + comment + code) to each language/file row and to the SUM row, across the text, Markdown, CSV, XML, YAML, and JSON reports. combine_results tolerates the extra column so --sum-reports still works with reports generated with --total, while remaining backward compatible with reports without it. Regression tests added in Unix/t/01_opts.t.
Owner
|
It will be ~ 2 weeks before I can look at this. |
Owner
|
I tested your code but am wondering what |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The standard report shows only blank, comment, and code counts per
language; there is no per-language total of all three. Add a --total
option that appends a Total column (blank + comment + code) to every
language/file row and to the SUM row.
column shows the raw line count), --3, and --sum-reports.
with reports generated with --total while remaining backward
compatible with reports without the column.
(678 language tests + 285 option tests).