Skip to content

Report Row Character limit should be configurable instead of 80 #491

Open
@kumar-tadepalli

Description

@kumar-tadepalli

When using repor type="text" the number of row characters were limited to 80.
Ex: { type: "text", subdir: ".", file: "full-coverage.txt" }

we are seeing the response as below
-------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line
-------------------|---------|----------|---------|---------|-------------------
All files | 91.79 | 73.12 | 89.68 | 91.84 |
app | 89.47 | 40 | 100 | 89.47 |
app.component.ts | 89.47 | 40 | 100 | 89.47 | 37-38
...rmation-dialog | 100 | 100 | 100 | 100 |
....component.ts | 100 | 100 | 100 | 100 |

This is giving hard time to understand which component.
We should have a way to override this 80 character limit, any workaround is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions