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

gimli-rs / object / 29622362149
73%
master: 57%

Build:
Build:
LAST BUILD BRANCH: import-flags
DEFAULT BRANCH: master
Ran 18 Jul 2026 12:07AM UTC
Jobs 1
Files 89
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

18 Jul 2026 12:06AM UTC coverage: 72.707% (+0.06%) from 72.648%
29622362149

push

github

web-flow
Fix skipping the COFF `/<ECSYMBOLS>/` member when no names table is present (#947)

The Arm64EC EC symbol table member is only skipped by `ArchiveFile::parse`
when a `//` long-names member immediately precedes it. When the archive has
no `//` member (which `llvm-ar` omits when all member names fit in the
header), the two sequential checks parse the wrong members: the `//` check
consumes `/<ECSYMBOLS>/`, and the ECSYMBOLS check consumes the first real
object. As a result `members_offset` is left pointing at `/<ECSYMBOLS>/`,
so `members()` yields it and callers (e.g. rustc) fail to parse it as an
object file.

Nest the ECSYMBOLS check inside the `//` branch and add a separate check for
the case where `/<ECSYMBOLS>/` directly follows the second linker member, so
it is skipped regardless of whether a names table is present.

52 of 52 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

19194 of 26399 relevant lines covered (72.71%)

11321.58 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
85.15
1.17% src/read/archive.rs
Jobs
ID Job ID Ran Files Coverage
1 29622362149.1 18 Jul 2026 12:07AM UTC 89
72.71
GitHub Action Run
Source Files on build 29622362149
  • Tree
  • List 89
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29622362149
  • b58607a0 on github
  • Prev Build on main (#29465697504)
  • Next Build on main (#29643515316)
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