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

gimli-rs / gimli / 20290611831
89%

Build:
DEFAULT BRANCH: master
Ran 17 Dec 2025 03:30AM UTC
Jobs 1
Files 51
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

17 Dec 2025 03:28AM UTC coverage: 54.82% (-0.2%) from 55.016%
20290611831

push

github

web-flow
Implement Iterator and remove use of FallibleIterator (#842)

The Rust ecosystem in general hasn't taken up use of `FallibleIterator`,
preferring instead to use `Iterator` with `Item=Result<_>`.

Our own uses aren't hard to convert to use `Iterator` with the std
library alone. There may be other crates that can help too, such as
itertools.

We still implement `FallibleIterator` for existing users that want it, but
don't enable it by default or document it.

Co-authored-by: Kyle Huey <khuey@pernos.co>

0 of 47 new or added lines in 13 files covered. (0.0%)

11 existing lines in 3 files now uncovered.

6745 of 12304 relevant lines covered (54.82%)

1.41 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% benches/bench.rs
2
37.87
-0.14% src/read/dwarf.rs
2
43.97
-0.63% src/read/macros.rs
2
62.68
-0.15% src/read/op.rs
2
56.52
-5.38% src/read/pubnames.rs
2
56.52
-5.38% src/read/pubtypes.rs
4
64.0
-3.61% src/read/addr.rs
4
63.48
-2.29% src/read/aranges.rs
4
75.38
-1.58% src/read/loclists.rs
4
77.3
-1.94% src/read/rnglists.rs
4
52.84
-0.2% src/read/unit.rs
5
0.0
0.0% crates/examples/src/bin/dwarfdump.rs
11
74.23
-0.82% src/read/cfi.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% crates/examples/src/bin/dwarfdump.rs
1
37.87
-0.14% src/read/dwarf.rs
9
12.21
-0.09% src/read/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 20290611831.1 17 Dec 2025 03:30AM UTC 51
54.82
GitHub Action Run
Source Files on build 20290611831
  • Tree
  • List 51
  • Changed 15
  • Source Changed 0
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b2ee6a6c on github
  • Prev Build on master (#20289632413)
  • Next Build on master (#20297384902)
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