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

mattwparas / steel / 17633159177
45%

Build:
DEFAULT BRANCH: master
Ran 11 Sep 2025 03:53AM 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

11 Sep 2025 03:29AM UTC coverage: 43.332% (+0.02%) from 43.312%
17633159177

push

github

web-flow
misc port improvements (#505)

* actually check for WouldBlock in read_byte

* remove unused bool return from read_bytes_amt

i wanted to add some (unrelated to this pr) features, and to do that i
had to refactor the read_bytes_amt fn, where i stumbled upon the bool
return parameter, which i didn't know what it was supposed to indicate.
so i checked where it was used to figure it out, und it turns out it's
not used at all, so i can just remove it.

* add some port tests for (read-line)

i forgot to add tests for it when i added it, so here they are, a little
delayed.

* improve the read_bytes_amt fn

the `read` function on a Read is allowed to just simply terminate before
filling the buf, even if it *could* fill the buf, which would be
undesirable.

additionally, a call to write should not return an error of kind
`UnexpectedEof`, it should return an Ok(0) and it is the duty of the
caller to then interpret that as an eof, in which case `read_exact` will
return that kind of error.

the current implementation is a slightly modified impl of the default
`read_exact` fn, as i sadly cannot call that one, as that does not give
me the amount of bytes read, in addition to the state of the input `buf`
not being specified if the function returns an error or reaches eof.

0 of 29 new or added lines in 2 files covered. (0.0%)

15 existing lines in 4 files now uncovered.

12347 of 28494 relevant lines covered (43.33%)

3027670.77 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
63.89
0.0% crates/steel-core/src/primitives/ports.rs
28
29.75
-1.34% crates/steel-core/src/values/port.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
40.9
-0.09% crates/steel-core/src/rvals/cycles.rs
2
35.14
0.45% crates/steel-core/src/rvals.rs
3
35.25
-2.16% crates/steel-core/src/rerrs.rs
9
31.8
0.61% crates/steel-core/src/primitives.rs
Jobs
ID Job ID Ran Files Coverage
1 17633159177.1 11 Sep 2025 03:53AM UTC 118
43.33
GitHub Action Run
Source Files on build 17633159177
  • Tree
  • List 118
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5de5c3ef on github
  • Prev Build on master (#17624881978)
  • Next Build on master (#17649902353)
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