Report Row Character limit should be configurable instead of 80
kumar-tadepalli opened this issue · 0 comments
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.