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

gimli-rs / object / 15158169829
56%

Build:
DEFAULT BRANCH: master
Ran 21 May 2025 09:09AM UTC
Jobs 1
Files 91
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

21 May 2025 09:07AM UTC coverage: 55.042% (-0.03%) from 55.071%
15158169829

push

github

web-flow
read/coff: Add support for auxiliary weak external symbols (#770)

* read/coff: add has_aux_weak_external()

Exposes `has_aux_weak_external()` method in the `pe::ImageSymbol` trait
for checking if a symbol has a weak external auxiliary symbol record.

MS COFF specifies that a weak external has "EXTERNAL storage class,
UNDEF section number, and a value of zero" but clang and mingw both use
WEAK_EXTERNAL storage class instead of EXTERNAL.

* read/coff: add aux_weak_external()

Includes `aux_weak_external()` method in the COFF SymbolTable to get
the weak external auxiliary symbol from a symbol table index

* Change 'pe::IMAGE_WEAK_EXTERN_*' constants type

Constants should be `u32`s instead of `u16`s to match the type of the
weak external auxiliary symbol characteristics

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

3 existing lines in 2 files now uncovered.

9317 of 16927 relevant lines covered (55.04%)

1.54 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
7
74.23
-2.05% src/read/coff/symbol.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.05
-2.33% src/common.rs
2
57.62
-0.61% src/read/elf/relocation.rs
Jobs
ID Job ID Ran Files Coverage
1 15158169829.1 21 May 2025 09:09AM UTC 91
55.04
GitHub Action Run
Source Files on build 15158169829
  • Tree
  • List 91
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f96add9f on github
  • Prev Build on master (#14658382564)
  • Next Build on master (#15233952462)
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