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

Valian / live_vue / daeada126f00ef81b7ae96e2618c53ca0be1db7d
82%

Build:
DEFAULT BRANCH: main
Ran 15 Dec 2025 12:03PM UTC
Jobs 1
Files 10
Run time 3min
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

15 Dec 2025 12:03PM UTC coverage: 78.009%. Remained the same
daeada126f00ef81b7ae96e2618c53ca0be1db7d

push

github

web-flow
Fix: ensure slots containing non-ASCII characters display correctly (#103)

On the Elixir side of things, the contents of slots are encoded into UTF-8
and then into Base64. Prior to this fix, the client side code was then
decoding them with `atob`, which can only really handle ASCII, leading to
anything with non-ASCII char displaying as an unexpected string of characters.

This change should fix that, by adding an extra step to decode the UTF-8 into
JS strings.

337 of 432 relevant lines covered (78.01%)

32.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 daeada126f00ef81b7ae96e2618c53ca0be1db7d.1 15 Dec 2025 12:03PM UTC 10
78.01
GitHub Action Run
Source Files on build daeada126f00ef81b7ae96e2618c53ca0be1db7d
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • daeada12 on github
  • Prev Build on main (#D152AFD8...)
  • Next Build on main (#B9A83B8C...)
  • Delete
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