We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: