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

type-ruby / t-ruby / 20555977837
92%

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

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

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

181 of 185 new or added lines in 5 files covered. (97.84%)

5263 of 6851 relevant lines covered (76.82%)

1185.15 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.37
lib/t_ruby/string_utils.rb
3
86.82
2.33% lib/t_ruby/compiler.rb
Jobs
ID Job ID Ran Files Coverage
1 20555977837.1 28 Dec 2025 03:42PM UTC 35
76.82
GitHub Action Run
Source Files on build 20555977837
  • Tree
  • List 35
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20555977837
  • e17b53c9 on github
  • Prev Build on main (#20553423214)
  • Next Build on main (#20556136925)
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