• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

humanspeak / svelte-markdown / 20780161588
95%
main: 95%

Build:
Build:
LAST BUILD BRANCH: feature-8.x
DEFAULT BRANCH: main
Ran 07 Jan 2026 11:40AM UTC
Jobs 1
Files 113
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Jan 2026 11:35AM UTC coverage: 94.721% (+11.0%) from 83.721%
20780161588

push

github

web-flow
feat: filter utilities refactor, CI improvements, and type fixes (#231)

* Package and cleanups

* CI/CD

* Refactor filter utilities and expand test coverage

- Create generic createFilterUtilities.ts factory to eliminate ~180 lines
  of duplicate logic between unsupportedRenderers.ts and unsupportedHtmlRenderers.ts
- Replace custom MemoryCache implementation with @humanspeak/memory-cache package
- Add Escape.test.ts for previously untested component
- Expand test coverage for Code, Heading, Link, and List components with
  edge cases (special characters, empty values, boundary conditions)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* minor package cleanup

* Add tests for createFilterUtilities factory

- Test buildUnsupported: maps all keys to unsupported component
- Test allowOnly: default components, custom components, invalid keys
- Test excludeOnly: exclusions, overrides, precedence rules
- Test factory isolation: independent instances

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* ci: improve npm-publish workflow security and reliability

- Exclude log.ts from console.log checks (intentionally uses console.log)
- Remove pnpm cache from setup-node to avoid cache issues
- Add pnpm build before test to ensure fresh build
- Remove dependency caching to reduce cache-poisoning risk

* fix: resolve TypeScript type constraint errors

- Change HTMLElement[] to Element[] in test (container.children returns Element[])
- Add string constraint to HtmlKey type (keyof returns string | number)
- Use Omit<Renderers, 'html'> instead of Partial<Renderers> for proper type constraint

* ci: update workflow step names to reflect Node.js 24

Correct the step names in GitHub Actions workflows to accurately
reflect the Node.js version being used (24 instead of 22).

* ci: migrate to Blacksmith runners and add Node.js... (continued)

195 of 223 branches covered (87.44%)

Branch coverage included in aggregate %.

40 of 40 new or added lines in 3 files covered. (100.0%)

6 existing lines in 5 files now uncovered.

433 of 440 relevant lines covered (98.41%)

21515.25 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
50.0
-50.0% src/lib/renderers/html/Br.svelte
1
72.73
-2.27% src/lib/renderers/html/_UnsupportedHTML.svelte
1
87.88
-3.43% src/lib/SvelteMarkdown.svelte
1
97.34
-2.31% src/lib/utils/token-cleanup.ts
2
88.32
-5.75% src/lib/Parser.svelte
Jobs
ID Job ID Ran Files Coverage
1 node-22 - 20780161588.1 07 Jan 2026 11:40AM UTC 113
94.72
GitHub Action Run
Source Files on build 20780161588
  • Tree
  • List 113
  • Changed 111
  • Source Changed 3
  • Coverage Changed 111
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20780161588
  • dbfffce6 on github
  • Prev Build on main (#19397405788)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc