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

source-academy / frontend / 30958011680
45%

Build:
DEFAULT BRANCH: master
Ran 04 Aug 2026 10:55PM UTC
Jobs 1
Files 475
Run time 2min
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

04 Aug 2026 10:52PM UTC coverage: 45.173% (+0.09%) from 45.087%
30958011680

push

github

web-flow
Correct off-by-one prepend line shift in Conductor error messages (#4244) (#4245)

evalEditorSaga concatenates `${prepend}\n${entrypoint}` before sending it
to the evaluator under Conductor, so a reported error's line number was
relative to that combined text - a one-line PREPEND made every error line
off-by-one. Subtract the same prepend-line offset already applied to
breakpointLines, using the evaluator's structured line/column/rawMessage
fields (duck-typed, since a Worker's postMessage clone drops the original
EvaluatorError prototype) instead of its pre-baked message string. The
offset is tracked per-session via a mutable ref so it resets to 0 for a
later REPL chunk sent to an already-live session, which has no prepend
concatenated onto it.


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

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

3064 of 7800 branches covered (39.28%)

Branch coverage included in aggregate %.

12 of 14 new or added lines in 1 file covered. (85.71%)

3 existing lines in 1 file now uncovered.

7028 of 14541 relevant lines covered (48.33%)

30.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
68.36
3.92% src/commons/sagas/WorkspaceSaga/helpers/evalCode.ts

Coverage Regressions

Lines Coverage ∆ File
3
33.65
-1.44% src/commons/sideContent/content/SideContentCseMachine.tsx
Jobs
ID Job ID Ran Files Coverage
1 30958011680.1 04 Aug 2026 10:55PM UTC 475
45.17
GitHub Action Run
Source Files on build 30958011680
  • 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
  • 20daf6f6 on github
  • Prev Build on master (#30777645577)
  • Next Build on master (#30958275791)
  • 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