Skip to content

Conversation

@progfay
Copy link
Owner

@progfay progfay commented Nov 23, 2025

Proposed Changes

before:

ℹ start of coverage report
ℹ -------------------------------------------------------------------------
ℹ file                     | line % | branch % | funcs % | uncovered lines
ℹ -------------------------------------------------------------------------
ℹ src                      |        |          |         |
ℹ  block                   |        |          |         |
ℹ   CodeBlock.ts           | 100.00 |    75.00 |  100.00 |
ℹ   index.ts               | 100.00 |   100.00 |  100.00 |
ℹ   Line.ts                | 100.00 |   100.00 |  100.00 |
ℹ   node                   |        |          |         |
ℹ    BlankNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    CodeNode.ts           | 100.00 |   100.00 |  100.00 |
ℹ    CommandLineNode.ts    | 100.00 |    66.67 |  100.00 |
ℹ    creator.ts            | 100.00 |    81.25 |  100.00 |
ℹ    DecorationNode.ts     | 100.00 |   100.00 |  100.00 |
ℹ    ExternalLinkNode.ts   | 100.00 |    90.00 |  100.00 |
ℹ    FormulaNode.ts        | 100.00 |   100.00 |  100.00 |
ℹ    GoogleMapNode.ts      | 100.00 |    91.67 |  100.00 |
ℹ    HashTagNode.ts        | 100.00 |   100.00 |  100.00 |
ℹ    HelpfeelNode.ts       | 100.00 |   100.00 |  100.00 |
ℹ    IconNode.ts           | 100.00 |   100.00 |  100.00 |
ℹ    ImageNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    index.ts              | 100.00 |    90.00 |  100.00 |
ℹ    InternalLinkNode.ts   | 100.00 |   100.00 |  100.00 |
ℹ    NumberListNode.ts     | 100.00 |   100.00 |  100.00 |
ℹ    PlainNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    QuoteNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    StrongIconNode.ts     | 100.00 |   100.00 |  100.00 |
ℹ    StrongImageNode.ts    | 100.00 |   100.00 |  100.00 |
ℹ    StrongNode.ts         | 100.00 |   100.00 |  100.00 |
ℹ   Pack.ts                | 100.00 |    86.67 |  100.00 |
ℹ   Row.ts                 | 100.00 |   100.00 |  100.00 |
ℹ   Table.ts               | 100.00 |    83.33 |  100.00 |
ℹ   Title.ts               | 100.00 |   100.00 |  100.00 |
ℹ  index.ts                | 100.00 |   100.00 |  100.00 |
ℹ  parse.ts                | 100.00 |   100.00 |  100.00 |
ℹ -------------------------------------------------------------------------
ℹ all files                | 100.00 |    93.04 |  100.00 |
ℹ -------------------------------------------------------------------------
ℹ end of coverage report

after:

ℹ start of coverage report
ℹ -------------------------------------------------------------------------
ℹ file                     | line % | branch % | funcs % | uncovered lines
ℹ -------------------------------------------------------------------------
ℹ src                      |        |          |         |
ℹ  block                   |        |          |         |
ℹ   CodeBlock.ts           | 100.00 |   100.00 |  100.00 |
ℹ   index.ts               | 100.00 |   100.00 |  100.00 |
ℹ   Line.ts                | 100.00 |   100.00 |  100.00 |
ℹ   node                   |        |          |         |
ℹ    BlankNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    CodeNode.ts           | 100.00 |   100.00 |  100.00 |
ℹ    CommandLineNode.ts    | 100.00 |    66.67 |  100.00 |
ℹ    creator.ts            | 100.00 |   100.00 |  100.00 |
ℹ    DecorationNode.ts     | 100.00 |   100.00 |  100.00 |
ℹ    ExternalLinkNode.ts   | 100.00 |    90.00 |  100.00 |
ℹ    FormulaNode.ts        | 100.00 |   100.00 |  100.00 |
ℹ    GoogleMapNode.ts      | 100.00 |    91.67 |  100.00 |
ℹ    HashTagNode.ts        | 100.00 |   100.00 |  100.00 |
ℹ    HelpfeelNode.ts       | 100.00 |   100.00 |  100.00 |
ℹ    IconNode.ts           | 100.00 |   100.00 |  100.00 |
ℹ    ImageNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    index.ts              | 100.00 |   100.00 |  100.00 |
ℹ    InternalLinkNode.ts   | 100.00 |   100.00 |  100.00 |
ℹ    NumberListNode.ts     | 100.00 |   100.00 |  100.00 |
ℹ    PlainNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    QuoteNode.ts          | 100.00 |   100.00 |  100.00 |
ℹ    StrongIconNode.ts     | 100.00 |   100.00 |  100.00 |
ℹ    StrongImageNode.ts    | 100.00 |   100.00 |  100.00 |
ℹ    StrongNode.ts         | 100.00 |   100.00 |  100.00 |
ℹ   Pack.ts                | 100.00 |    92.86 |  100.00 |
ℹ   Row.ts                 | 100.00 |   100.00 |  100.00 |
ℹ   Table.ts               | 100.00 |   100.00 |  100.00 |
ℹ   Title.ts               | 100.00 |   100.00 |  100.00 |
ℹ  index.ts                | 100.00 |   100.00 |  100.00 |
ℹ  parse.ts                | 100.00 |   100.00 |  100.00 |
ℹ -------------------------------------------------------------------------
ℹ all files                | 100.00 |    97.32 |  100.00 |
ℹ -------------------------------------------------------------------------
ℹ end of coverage report

@progfay progfay merged commit 38b8adf into main Nov 23, 2025
1 check passed
@progfay progfay deleted the improve-test-coverage branch November 23, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant