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

DanielXMoore / Hera / 24863415279
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: type-infer
DEFAULT BRANCH: main
Ran 23 Apr 2026 11:12PM UTC
Jobs 1
Files 9
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

23 Apr 2026 11:09PM UTC coverage: 100.0%. Remained the same
24863415279

Pull #69

github

STRd6
Merge parallel paramTypes/callArgs loops and switch to classic for

The two `for i of [0...n]` loops in compileRuleBodyInline's S-branch
were iterating the same range to populate `paramTypes` and `callArgs`
— fold them into one body.  Same treatment for the fixed-width
`for i of [0..9]` loop in the R-branch, which also allocates a
throwaway 10-element range array each rule compile.  Classic-for is
both a touch faster (no iterator protocol, no range allocation) and
simpler at the compiler hot path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #69: Hybrid compiler: inline handlers, hoist parser closures, fix #68

329 of 329 branches covered (100.0%)

Branch coverage included in aggregate %.

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

1429 of 1429 relevant lines covered (100.0%)

98.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24863415279.1 23 Apr 2026 11:12PM UTC 9
100.0
GitHub Action Run
Source Files on build 24863415279
  • Tree
  • List 9
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #69
  • PR Base - main (#24167897275)
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