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

type-ruby / t-ruby / 20555977837 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 28 Dec 2025 03:42PM UTC
Files 35
Run time 1s
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

28 Dec 2025 03:41PM UTC coverage: 76.821% (+0.7%) from 76.168%
20555977837.1

push

github

web-flow
feat: implement keyword arguments syntax (#27)

Add new syntax for keyword arguments that distinguishes from positional args:
- `{ name: String }` → keyword args (destructuring)
- `config: { host: String }` → Hash literal parameter
- `**opts: Type` → double splat for forwarding

Changes:
- Extend IR Parameter class with :keyword kind and interface_ref
- Add keyword args parsing in parser.rb
- Add keyword args code generation in compiler.rb
- Extract common string utilities to StringUtils module
- Add comprehensive e2e tests (12 test cases)

Closes #19

5263 of 6851 relevant lines covered (76.82%)

1185.15 hits per line

Source Files on job 20555977837.1
  • Tree
  • List 35
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20555977837
  • e17b53c9 on github
  • Prev Job for on main (#20553423214.1)
  • Next Job for on main (#20556136925.1)
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