deno/tests/specs/coverage/unterminated_ignore_comment_warning/cov.out
Boye Lillejord-Nygård 5b65313d48
fix(coverage): Make output table markdown compatible (#29533)
This changes the format of the table outputted by `deno coverage` to be
markdown compatible.

Related #29532 
Closes #29465
2025-06-24 11:27:07 +02:00

5 lines
244 B
Text

WARNING: Unterminated deno-coverage-ignore-start comment at file:///[WILDLINE]/main.ts:2:3 will be ignored.
| File | Branch % | Line % |
| --------- | -------- | ------ |
| main.ts | 0.0 | 40.0 |
| All files | 0.0 | 40.0 |