deno/tests/specs/coverage/nested_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
319 B
Text

WARNING: Nested deno-coverage-ignore-start comment at file:///[WILDLINE]/main.ts:4:5. A previous deno-coverage-ignore-start comment at file:///[WILDLINE]/main.ts:2:3 is unterminated.
| File | Branch % | Line % |
| --------- | -------- | ------ |
| main.ts | 100.0 | 100.0 |
| All files | 100.0 | 100.0 |