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

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

Build:
Build:
LAST BUILD BRANCH: feature-8.x
DEFAULT BRANCH: main
Ran 07 Jan 2026 11:42AM UTC
Files 113
Run time 5s
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.1

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 %.

433 of 440 relevant lines covered (98.41%)

21515.25 hits per line

Source Files on job node-22 - 20780161588.1
  • 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 Build 20780161588
  • dbfffce6 on github
  • Prev Job for on feature-8.x (#19397405788.1)
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