deno/tests/specs/coverage/default_reports/main.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

15 lines
573 B
Text

Check [WILDCARD]/test.ts
Check [WILDCARD]/source.ts$[WILDCARD].ts
running 1 test from ./test.ts
add() ... ok ([WILDCARD])
running 1 test from ./source.ts$[WILDCARD].ts
file:///[WILDCARD]/source.ts$[WILDCARD].ts ... ok ([WILDCARD])
ok | 2 passed | 0 failed ([WILDCARD])
| File | Branch % | Line % |
| --------- | -------- | ------ |
| source.ts | 100.0 | 100.0 |
| All files | 100.0 | 100.0 |
Lcov coverage report has been generated at file://[WILDCARD]/coverage/lcov.info
HTML coverage report has been generated at file://[WILDCARD]/coverage/html/index.html