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

source-academy / plugins / 29019816342
98%
feat/add-init-infra: 67%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/js-yaml-3.15.0
DEFAULT BRANCH: feat/add-init-infra
Ran 09 Jul 2026 01:01PM UTC
Jobs 3
Files 6
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

09 Jul 2026 12:58PM UTC coverage: 96.296% (+0.2%) from 96.078%
29019816342

push

github

web-flow
Add breakpointSteps to the CSE snapshot protocol (#55)

* feat(cse-machine): carry breakpoint step indices over the __cse channel

Adds breakpointSteps: number[] to CseSnapshotMessage — a run-level array
of 0-based step indices where a breakpoint (e.g. Python's breakpoint())
sits on top of the control. CseMachinePlugin.sendSnapshots takes it as an
optional second argument; CseMachineHostPlugin.receiveSnapshots now
receives it as a second parameter.

Lets host apps wire up breakpoint-navigation controls for CSE-machine
evaluators, matching the stepper's existing redexNodeType contract.
Paired with a py-slang change that detects breakpoint() in the CSE
machine and populates this array (source-academy/py-slang issue #189).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* fix(cse-machine): address Gemini review on #55

Make CseSnapshotMessage.breakpointSteps optional for backward compatibility
with runners that predate this field, and defensively check
Array.isArray(message.breakpointSteps) in the web plugin before passing it
to receiveSnapshots, since messages cross a conduit channel boundary and
could come from an older or malformed runner.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: formatting

---------

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

14 of 16 branches covered (87.5%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

38 of 38 relevant lines covered (100.0%)

13.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29019816342.1 09 Jul 2026 01:01PM UTC 6
96.3
GitHub Action Run
2 29019816342.2 09 Jul 2026 01:05PM UTC 6
96.3
GitHub Action Run
3 29019816342.3 09 Jul 2026 01:15PM UTC 6
96.3
GitHub Action Run
Source Files on build 29019816342
  • Tree
  • List 6
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29019816342
  • 6672299f on github
  • Prev Build on main (#28841853581)
  • Next Build on main (#29020557823)
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