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

source-academy / py-slang / 30885384702
86%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 07:08AM UTC
Jobs 1
Files 137
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

04 Aug 2026 06:49AM UTC coverage: 86.027%. Remained the same
30885384702

push

github

web-flow
Fix parser: leading blank line/comment before a from-import causes a parse error (#393) (#395)

The program grammar's import-prefix section required imports to start
immediately with no intervening tokens. The lexer collapses any run of
blank lines/comments into a single newline token, and that lone leading
token had nowhere to go but the statement-body section of the grammar —
permanently closing off the import section before the parser ever saw
the first `from`. Tying an optional leading newline to each import's own
repetition fixes this without introducing grammar ambiguity.

Fixes #393.

4671 of 5851 branches covered (79.83%)

Branch coverage included in aggregate %.

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

10401 of 11669 relevant lines covered (89.13%)

166673.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30885384702.1 04 Aug 2026 07:08AM UTC 137
86.03
GitHub Action Run
Source Files on build 30885384702
  • Tree
  • List 137
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30885384702
  • 0792feb5 on github
  • Prev Build on main (#30883195291)
  • Next Build on main (#30888267603)
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