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

source-academy / py-slang / 31115137852
86%

Build:
DEFAULT BRANCH: main
Ran 06 Aug 2026 03:36PM 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

06 Aug 2026 03:17PM UTC coverage: 86.063% (+0.03%) from 86.033%
31115137852

push

github

web-flow
Stepper: after step no longer lingers on a discarded statement (#408)

Every contraction that discards its whole redex (a def/variable
binding substituted away, pass/import dropped, an if branch inlined,
a finished top-level expression) used to keep the old statement
visible, highlighted green, for one extra "after" step before it
actually disappeared on the following before step. That's why a
function definition still showed up in the "after" (green) step
(#403) — and the same bug affected the "after" step of import
statements (#406, its "the import statement needs to be gone" half).

Enforce a single invariant instead, matching how operator/call
contractions already behaved: an after step's tree is always
identical to the following before step's tree, only the highlighted
redex (and its color) differs. This removes the now-dead
postNode/postNewBody plumbing (ReduceResult, HeadOutcome, rebuild/
rebuildIndex, getSteps.ts) and updates the tests that asserted the
old lingering behavior.


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

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

4745 of 5952 branches covered (79.72%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 2 files covered. (100.0%)

10619 of 11900 relevant lines covered (89.24%)

165597.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31115137852.1 06 Aug 2026 03:36PM UTC 138
86.06
GitHub Action Run
Source Files on build 31115137852
  • Tree
  • List 138
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31115137852
  • f3e96649 on github
  • Prev Build on main (#31112109178)
  • Next Build on main (#31136681664)
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