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

source-academy / frontend / 30760802368
45%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2026 06:20PM UTC
Jobs 1
Files 475
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

02 Aug 2026 06:17PM UTC coverage: 45.06% (+0.03%) from 45.03%
30760802368

push

github

web-flow
Thread gutter-click breakpoint lines into Conductor runs (#4241)

* Thread gutter-click breakpoint lines into Conductor runs (py-slang#383)

The Conductor /__cse_config__ virtual file only ever carried stepLimit,
so a gutter click never reached py-slang - it has no wire path to the
evaluator at all today, unlike the legacy insertDebuggerStatements
`debugger;`-insertion trick (itself a no-op under Conductor). Resolve
the active tab's ace breakpoints to 1-indexed lines and include them as
breakpointLines, matching py-slang#384's PyCseEvaluator/PyStepperEvaluator,
which resolve each line to its closest enclosing statement and treat it
exactly like an explicit breakpoint() call.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MvqZCkjN8CLSBWCoNSZbAG

* Address CodeRabbit review: scope breakpointLines to editor Runs only

Two real bugs in the /__cse_config__ breakpointLines wiring (#4241):

- It applied unconditionally, so a REPL chunk (or a test-case/block-
  extra-methods run) sharing evalCodeConductorSaga would get the active
  editor tab's breakpoints spuriously attached, even though none of
  those runs use the editor's content. It also fell back to editor tab
  0 when no tab was active, rather than sending no breakpoints at all.
  Now gated on actionType === WorkspaceActions.evalEditor.type (an
  actual Run) with a genuine active tab.

- evalEditorSaga concatenates a non-empty, non-TYPED programPrependValue
  plus a newline onto the entrypoint before this saga runs, shifting
  every line of the student's own code down by the prepend's line
  count - breakpoints (recorded against the un-prepended editor value)
  now carry that same offset.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MvqZCkjN8CLSBWCoNSZbAG

---------

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

3047 of 7788 branches covered (39.12%)

Branch coverage included in aggregate %.

6 of 7 new or added lines in 2 files covered. (85.71%)

7010 of 14531 relevant lines covered (48.24%)

30.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
64.44
0.75% src/commons/sagas/WorkspaceSaga/helpers/evalCode.ts
Jobs
ID Job ID Ran Files Coverage
1 30760802368.1 02 Aug 2026 06:20PM UTC 475
45.06
GitHub Action Run
Source Files on build 30760802368
  • Tree
  • List 475
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ae03f336 on github
  • Prev Build on master (#30745695030)
  • Next Build on master (#30777053902)
  • Delete
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