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

humanspeak / svelte-markdown / 26230371039
94%
main: 81%

Build:
Build:
LAST BUILD BRANCH: docs/post-merge-refresh
DEFAULT BRANCH: main
Ran 21 May 2026 01:56PM UTC
Jobs 1
Files 126
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

21 May 2026 01:53PM UTC coverage: 93.689%. First build
26230371039

push

github

web-flow
docs: docs-kit 2026.5.31 — shared types, manifest-path fix, /docs/examples re-skin (#301)

* refactor(docs): adopt shared ExampleSection types from docs-kit 2026.5.31

Bumps the docs-kit pin from 2026.5.27 to 2026.5.31 and collapses
the local Section/ManifestEntry/pad2 boilerplate that every one of
the 13 /examples/* +page.svelte files redeclared after the
brutalist sweep landed.

Each page now imports:

  import {
      CodeReferenceV2,
      ExampleV2,
      formatSheetLabel,
      type DemoManifestEntry,
      type ExampleSection
  } from '@humanspeak/docs-kit'

and replaces:
  - `type Section = { ... }` -> ExampleSection (imported)
  - `type ManifestEntry = { ... }` -> DemoManifestEntry (imported)
  - `const pad2 = ...` + inline template literal sheetLabel
    -> `formatSheetLabel(i, sections.length)` helper
  - `import type { Snippet } from 'svelte'` dropped (no longer
    referenced — the shared ExampleSection brings its own type)

Net: 13 files, ~150 lines of duplicated type declarations removed,
single source of truth for the section shape. The shared
ExampleSection's wider optionality (description?, tag?) is a strict
superset of the local types, so every existing usage type-checks
unchanged.

Other 2026.5.31 wins land transparently:
- 2026.5.28 stripComments / stripWrappers options (we don't use,
  no harm)
- 2026.5.29 empty <style> drop after orphan-rule strip (verified
  manifest has zero hits)
- 2026.5.30 plugin paths resolve from Vite project root, not
  process.cwd() (verified manifests land in docs/src/lib/)
- 2026.5.31 .dk-ex-body { flex: 1 1 auto } anchors panel foot at
  bottom (visual spot-check on snippet-overrides + caching pages)

* refactor(docs): re-skin /docs/examples with brutalist chrome

The /docs/examples hub was the last user-facing page still on the
old hand-rolled tile-grid look — colorful gradient cards with
hover lifts and a fadeInUp animation that clashed with the brut
chrome on every neighbouring page (/examples, /c... (continued)

573 of 653 branches covered (87.75%)

Branch coverage included in aggregate %.

1060 of 1090 relevant lines covered (97.25%)

5269.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node-22 - 26230371039.1 21 May 2026 01:56PM UTC 126
93.69
GitHub Action Run
Source Files on build 26230371039
  • Tree
  • List 126
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26230371039
  • 5b7b3902 on github
  • Next Build on docs/post-merge-refresh (#26306481941)
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