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

source-academy / py-slang / 30008091113
86%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 01:01PM UTC
Jobs 1
Files 116
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 Jul 2026 12:42PM UTC coverage: 86.129%. Remained the same
30008091113

push

github

web-flow
Fix Pynter evaluator hanging forever in the browser (blob: worker + wasm asset) (#339)

pynterwasm.wasm recently crossed the 100KB maxFileSize threshold in
@rollup/plugin-wasm, so it stopped being inlined as base64 and started
being fetched at runtime via a bare relative filename. That's fine from
a normal <script src>, but the conductor runner loads each evaluator
bundle into a Worker created from a blob: URL, and a relative fetch
can't resolve against a blob: base at all — it throws synchronously,
which Emscripten's generated createWasm() swallows instead of
propagating. Nothing ever settles, so initPynter() hangs forever with
no error surfacing anywhere (Pyodide is unaffected since it loads its
assets from an absolute CDN URL). Raising the threshold keeps the wasm
inlined and avoids the runtime fetch entirely.


Claude-Session: https://claude.ai/code/session_01KrwJGug3rCXijRseRjys9V

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

4393 of 5490 branches covered (80.02%)

Branch coverage included in aggregate %.

9510 of 10652 relevant lines covered (89.28%)

178710.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30008091113.1 23 Jul 2026 01:01PM UTC 116
86.13
GitHub Action Run
Source Files on build 30008091113
  • Tree
  • List 116
  • 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 #30008091113
  • 6321573b on github
  • Prev Build on main (#29997037239)
  • Next Build on main (#30009329634)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc