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

source-academy / py-slang / 31368887399
86%

Build:
DEFAULT BRANCH: main
Ran 10 Aug 2026 08:24AM UTC
Jobs 1
Files 138
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

10 Aug 2026 08:10AM UTC coverage: 86.47%. Remained the same
31368887399

push

github

web-flow
repl: rename --engine pvml/pvml-browser to pynter/pvml, add py2js and wasm (#432)

The CLI's --engine values didn't match how the team refers to these
engines day to day: "pvml" meant the native-Pynter-binary path and
"pvml-browser" meant the pure-TypeScript PVMLInterpreter path, which
reads backwards once you're running everything under Node rather than
in a browser. Renamed so --engine pvml is now the pure-TS interpreter
and --engine pynter is the native binary (the name alone implies
running under Node, no "-browser" qualifier needed for the other one).

Also exposes two previously CLI-inaccessible engines through the same
flag: py2js (compiles to JS and runs it directly — this year's
workhorse evaluator) and wasm (compiles to an actual WebAssembly
module). Wiring up wasm surfaced a real bug in that engine's
non-interactive/file-evaluation mode (source-academy/py-slang#431): a
top-level print() of a string that isn't a program's last statement
breaks every subsequent statement. Left --engine wasm in place with
the bug documented rather than gating it out, since PyWasmEvaluator's
own evaluateFile path has the same defect independent of this CLI.


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

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

4822 of 6014 branches covered (80.18%)

Branch coverage included in aggregate %.

10772 of 12020 relevant lines covered (89.62%)

164318.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31368887399.1 10 Aug 2026 08:24AM UTC 138
86.47
GitHub Action Run
Source Files on build 31368887399
  • Tree
  • List 138
  • 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 #31368887399
  • 10dabd8c on github
  • Prev Build on main (#31296020595)
  • Next Build on main (#31434140875)
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