Open ianchanning opened 9 months ago
Is there an explicit markdown reporter? The text reporter is close, but has an intial row that doesn't get included in the table and it is missing the outside | and so doesn't quite work if you output the text in a Github PR comment.
|
N/A
| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | | ------------------------- | ------- | -------- | ------- | ------- | ------------------------------ | | All files | 62.6 | 29.06 | 66 | 61.91 | |
GitHub output:
--------------------------|---------|----------|---------|---------|-------------------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --------------------------|---------|----------|---------|---------|-------------------------------- All files | 62.6 | 29.06 | 66 | 61.91 |
The main proble is the initinal row. Even though the rest of the table isn't a strictly formatted table, it does get formatted.
Hmmm I'll take a crack at this! 🙂
Is there an explicit markdown reporter? The text reporter is close, but has an intial row that doesn't get included in the table and it is missing the outside
|
and so doesn't quite work if you output the text in a Github PR comment.Link to bug demonstration repository
N/A
Expected Behavior
GitHub output:
Observed Behavior
GitHub output:
Troubleshooting steps
The main proble is the initinal row. Even though the rest of the table isn't a strictly formatted table, it does get formatted.
Environment Information