vesan_obsidian-table-beauti.../src
Vesa Vänskä 0c18d9123b
test: expand coverage and report it in CI
- Add @vitest/coverage-v8, test:coverage script, vitest.config.ts
- Extract looksLikeTable to src/detect.ts so it is testable without
  pulling the obsidian runtime
- Add edge-case tests for parser, formatter, convert, and detect
  (23 -> 38 tests; line coverage 100% on every file except main.ts)
- Run coverage in CI and append the line % to the step summary
2026-05-25 11:39:06 +03:00
..
__tests__ test: expand coverage and report it in CI 2026-05-25 11:39:06 +03:00
convert.ts fix: merge multiline cells and strip leftover indentation 2026-05-20 13:04:08 +03:00
detect.ts test: expand coverage and report it in CI 2026-05-25 11:39:06 +03:00
formatter.ts feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00
main.ts test: expand coverage and report it in CI 2026-05-25 11:39:06 +03:00
parser.ts fix: merge multiline cells and strip leftover indentation 2026-05-20 13:04:08 +03:00