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

mattwparas / steel / 17286591627
45%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2025 06:05AM UTC
Jobs 1
Files 118
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 Aug 2025 05:21AM UTC coverage: 43.383% (-0.02%) from 43.404%
17286591627

push

github

web-flow
fix off by one error when calling multi arity function with too few args (#483)

before:

```
λ > (min)
error[E01]: ArityMismatch
  ┌─ :1:2
  │
1 │ (min)
  │  ^^^ function expected at least 2 arguments, found 0

λ > (min 0)
=> 0
```

after:

```
λ > (min)
error[E01]: ArityMismatch
  ┌─ :1:2
  │
1 │ (min)
  │  ^^^ function expected at least 1 arguments, found 0

λ > (min 0)
=> 0
```

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

18 existing lines in 3 files now uncovered.

12332 of 28426 relevant lines covered (43.38%)

2986152.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
44.58
0.0% crates/steel-core/src/steel_vm/vm.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
35.59
0.0% crates/steel-core/src/rvals.rs
6
31.5
-0.31% crates/steel-core/src/primitives.rs
10
53.57
-1.55% crates/steel-core/src/primitives/numbers.rs
Jobs
ID Job ID Ran Files Coverage
1 17286591627.1 28 Aug 2025 06:05AM UTC 118
43.38
GitHub Action Run
Source Files on build 17286591627
  • Tree
  • List 118
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 76567fa3 on github
  • Prev Build on master (#17286583790)
  • Next Build on master (#17286610487)
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