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

mattwparas / steel / 17884561258
45%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2025 08:58PM 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

20 Sep 2025 08:35PM UTC coverage: 43.386% (+0.1%) from 43.286%
17884561258

push

github

web-flow
miscellaneous improvements (#528)

* take &Path instead of &PathBuf where possible

* make exact->inexact and inexact->exact aliases

no need to have essentially the same documentation twice.

* remove book entry for now-deleted steel/mutable scheme module

* fix error message when calling (hash-remove) with a non-hashmap

before:

```
λ > (hash-remove "one" '2)
error[E03]: TypeMismatch
  ┌─ :1:2
  │
1 │ (hash-remove "one" '2)
  │  ^^^^^^^^^^^ hash-insert expects a hash map, found: "one"
```

after:

```
λ > (hash-remove "one" '2)
error[E03]: TypeMismatch
  ┌─ :1:2
  │
1 │ (hash-remove "one" '2)
  │  ^^^^^^^^^^^ hash-remove expects a hash map, found: "one"
```

* fix docs for hash map procedures

2 of 5 new or added lines in 3 files covered. (40.0%)

14 existing lines in 4 files now uncovered.

12443 of 28680 relevant lines covered (43.39%)

3188850.77 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
56.48
0.0% crates/steel-core/src/primitives/hashmaps.rs
2
37.29
0.0% crates/steel-core/src/steel_vm/engine.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
40.62
-0.09% crates/steel-core/src/rvals/cycles.rs
2
58.24
-2.2% crates/steel-core/src/values/functions.rs
3
34.38
0.33% crates/steel-core/src/rvals.rs
8
33.21
-3.02% crates/steel-core/src/steel_vm/transducers.rs
Jobs
ID Job ID Ran Files Coverage
1 17884561258.1 20 Sep 2025 08:58PM UTC 118
43.39
GitHub Action Run
Source Files on build 17884561258
  • Tree
  • List 118
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 413c3672 on github
  • Prev Build on master (#17881568965)
  • Next Build on master (#17895391830)
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