Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kumar-tadepalli opened this issue Jun 7, 2023 · 0 comments
Open

Comments

@kumar-tadepalli
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant