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

type-ruby / t-ruby / 21278734649
93%

Build:
DEFAULT BRANCH: main
Ran 23 Jan 2026 07:50AM UTC
Jobs 1
Files 90
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 Jan 2026 07:50AM UTC coverage: 92.636%. Remained the same
21278734649

push

github

web-flow
Add tuple rest element support (#44) (#50)

Add support for tuple rest elements using the syntax `[Type, *Type[]]`.
This allows tuples with variable-length trailing elements.

Features:
- New `TupleRestElement` IR node for rest elements
- Parser support for `*Type[]` and `*Array<Type>` syntax
- Validation: rest must be at end, only one rest allowed
- RBS fallback: converts to union array (RBS doesn't support tuple rest)
- LSP: tuple type completions and hover support

Example:
```ruby
def get_values(): [String, *Integer[]]
  ["header", 1, 2, 3]
end
```

40 of 43 new or added lines in 3 files covered. (93.02%)

8491 of 9166 relevant lines covered (92.64%)

1774.17 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
93.76
0.1% lib/t_ruby/ir.rb
2
97.04
-0.41% lib/t_ruby/lsp_server.rb
Jobs
ID Job ID Ran Files Coverage
1 21278734649.1 23 Jan 2026 07:50AM UTC 90
92.64
GitHub Action Run
Source Files on build 21278734649
  • Tree
  • List 90
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21278734649
  • aed4c6ea on github
  • Prev Build on main (#21242918531)
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