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

source-academy / py-slang / 29534975709
87%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 09:13PM UTC
Jobs 1
Files 86
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

16 Jul 2026 09:09PM UTC coverage: 78.24% (+0.2%) from 78.036%
29534975709

push

github

web-flow
Add table-driven operator conformance sweep for the stepper (#269)

Mirrors the existing CSE/native-Pynter/pynter-wasm conformance suites: for
every operator x type x type combination in operator-spec.ts, compute the CSE
machine's own result fresh and assert the substitution-model stepper agrees,
across binary operators, unary `-`, `not`, and `and`/`or`, for Python §1/§2
(the only chapters the stepper implements).

Building this sweep surfaced a real bug in reduce.ts: structuralEquals's
bool/function exclusion check delegated to reportBinaryTypeError, which
silently no-ops when either operand's valueTypeName is null (its deliberate
"stuck, not error" fallback for pair arithmetic) - so e.g. `pair(1, 2) ==
True` was silently evaluating to False instead of raising the TypeError
Python §1/§2 equality requires. Fixed by throwing directly with
operandTypeName (which does name pairs) in this equality-exclusion path only.

2758 of 3804 branches covered (72.5%)

Branch coverage included in aggregate %.

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

6339 of 7823 relevant lines covered (81.03%)

13148.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29534975709.1 16 Jul 2026 09:13PM UTC 86
78.24
GitHub Action Run
Source Files on build 29534975709
  • Tree
  • List 86
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29534975709
  • acedffca on github
  • Prev Build on main (#29379477368)
  • Next Build on main (#29545691509)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc