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

prisma-risk / tsoracle / 26319259540
95%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 01:07AM UTC
Jobs 1
Files 68
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

23 May 2026 01:03AM UTC coverage: 95.268%. Remained the same
26319259540

push

github

web-flow
fix(og-image): bundle JetBrainsMono TTFs so CI renders text (#181)

The og-image generator's SVG template asked for font-family "JetBrainsMono"
(no space), but the JetBrainsMono TTF declares its internal family name as
"JetBrains Mono" (with space). Loading via fontdb's load_system_fonts()
masked the mismatch on macOS developer machines (which resolved through
the CSS-aliased font name path), but CI's Ubuntu runners have no
JetBrainsMono installed at all — usvg silently dropped every text element
and produced a dark-background-only PNG that was byte-identical across
every post.

Bundle JetBrainsMono Regular and Bold (OFL-1.1) under scripts/og-image/fonts/
and load them explicitly via include_bytes! + fontdb.load_font_data().
Drop the system-font load so output is deterministic across hosts. Align
the SVG template's font-family attribute with the TTF's actual family name
("'JetBrains Mono', monospace"). License text included as OFL.txt next
to the fonts.

8898 of 9340 relevant lines covered (95.27%)

621569.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26319259540.1 23 May 2026 01:07AM UTC 68
95.27
GitHub Action Run
Source Files on build 26319259540
  • Tree
  • List 68
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26319259540
  • 0d18f5b9 on github
  • Prev Build on main (#26318840845)
  • Next Build on main (#26319376617)
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