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

gimli-rs / object / 8947502904
56%

Build:
DEFAULT BRANCH: master
Ran 04 May 2024 03:00AM 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

04 May 2024 02:58AM UTC coverage: 54.684% (-0.009%) from 54.693%
8947502904

push

github

web-flow
write/macho: ensure Mach-O subsections are not zero size (#676)

For Mach-O, `add_symbol_data` now ensures that the symbol size
is at least 1 when subsections via symbols are enabled.
This change was made to support linking with ld-prime. It is also
unclear how this previously managed to work with ld64.

`write::Object::add_subsection` no longer enables subsections
via symbols for Mach-O. Use `set_subsections_via_symbols` instead.
This change was made because Mach-O subsections are all or nothing,
so this decision must be made before any symbols are added.

`write::Object::add_subsection` no longer adds data to the subsection.
This change was made because it was done with `append_section_data`,
but this is often not the correct way to add data to the subsection.
Usually `add_symbol_data` is a better choice.

7 of 18 new or added lines in 3 files covered. (38.89%)

7 existing lines in 4 files now uncovered.

8961 of 16387 relevant lines covered (54.68%)

1.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8947502904.1 04 May 2024 03:00AM UTC 0
54.68
GitHub Action Run
Source Files on build 8947502904
Detailed source file information is not available for this build.
  • Back to Repo
  • b77473f0 on github
  • Prev Build on master (#8905349239)
  • Next Build on master (#8948047740)
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