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

gimli-rs / object
58%
master: 57%

Build:
Build:
LAST BUILD BRANCH: elf-writer
DEFAULT BRANCH: master
Repo Added 25 Aug 2016 09:47PM UTC
Files 98
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 0.11.0
  • 0.12.0
  • 0.13.0
  • 0.14.0
  • 0.14.1
  • 0.15.0
  • 0.16.0
  • 0.17.0
  • 0.18.0
  • 0.19.0
  • 0.20.0
  • 0.21.0
  • 0.21.1
  • 0.22.0
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.8.0
  • 0.9.0
  • 26-04-26-lifetimes
  • aarch64_const
  • add-EF_RISCV_RV64ILP32
  • add-R_RISCV_GOT32_PCREL
  • add-TLS_DTV_OFFSET
  • add-new-x86_64-relocations
  • ar-symbol-sizehint
  • bump-version
  • chriso/entry-point-fix
  • chriso/segment-rwx
  • ci-and-bump-versions
  • clippy
  • coff-aux-weak
  • coff-ppc
  • coff-weak-test
  • coff-write-aux-weak-extern
  • common-flags
  • constants
  • crel
  • crel-export-2-fns
  • d_tag
  • deny-missing-debug
  • dependabot/cargo/goblin-0.0.21
  • dependabot/cargo/goblin-0.0.22
  • dependabot/cargo/parity-wasm-0.32.0
  • dependabot/cargo/parity-wasm-0.38.0
  • dependabot/cargo/parity-wasm-0.39.0
  • dependabot/cargo/parity-wasm-0.40.0
  • dependabot/cargo/parity-wasm-0.41.0
  • dependabot/cargo/target-lexicon-0.10
  • dependabot/cargo/target-lexicon-0.9
  • dependabot/cargo/uuid-0.8
  • dependabot/cargo/wasmparser-0.52.1
  • dependabot/cargo/wasmparser-0.52.2
  • dependabot/cargo/wasmparser-0.53
  • dyld-cache
  • dyld-cache-format-update
  • dyld-reorder
  • dylibuse
  • dynamic
  • edition
  • eh-frame-and-macho
  • ehframe
  • elf-definition
  • elf-dt_relr
  • elf-vis
  • elf-writer
  • exports-trie
  • expose-rewriter-builder
  • fix-segment
  • fixed-endian
  • flags_mut
  • function-starts
  • fzakaria/missing-reloc-visibility
  • hashbrown-0.17
  • hppa-support
  • import-name
  • include-R_AARCH64_PLT32
  • issue-377
  • issue-471
  • issue-787
  • issue-802
  • issue-811
  • issue-824
  • issue-842
  • issue-855
  • issue-867
  • issue-870
  • issue-880
  • laelf-2.30
  • loong32
  • loong32-relocs
  • loongarch64-relocation-constants-fixes
  • m68k_relo_modes_update
  • macho-function-starts
  • macho-reserved
  • macho/reserved
  • madanial/zos
  • master
  • missing-license
  • msrv
  • names
  • native-file
  • newtype
  • newtype-elf
  • newtype-macho
  • newtype-pe
  • newtype-xcoff
  • no-debug-data
  • omf
  • pe
  • phnum
  • print-version
  • push-ntyspxktrlwx
  • push-qstwxkvqxwos
  • read
  • readobj
  • readobj-aarch64
  • readobj-rel-section
  • release
  • reloc-encoding
  • reloc-kind-doc
  • reloc-none
  • reloc_linker
  • remove-compiler-builtins
  • riscv-add-specific-constants
  • rust-warning
  • ruzstd-upgrade
  • sam/add-static-symbols-to-object-map
  • security
  • shndx
  • shrink-CrelIteratorHeader-struct
  • stream-flush
  • strtab
  • superh
  • symbol-map-size
  • testfile-size
  • unaligned
  • update-deps
  • update-macho
  • use-crc-fast
  • wasm
  • wasm-component
  • wasm_reloc
  • wasm_seg
  • writable-buffer
  • write-macho-arm-reloc-vanilla
  • write-reloc-test

22 May 2026 02:32AM UTC coverage: 57.618% (+0.03%) from 57.585%
26265030639

push

github

web-flow
write/elf: handle e_phnum overflow (#907)

8 of 9 new or added lines in 1 file covered. (88.89%)

1 existing line in 1 file now uncovered.

10498 of 18220 relevant lines covered (57.62%)

1.82 hits per line

Relevant lines Covered
Build:
Build:
18220 RELEVANT LINES 10498 COVERED LINES
1.82 HITS PER LINE
Source Files on main
  • Tree
  • List 96
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26265030639 main write/elf: handle e_phnum overflow (#907) push 22 May 2026 02:34AM UTC web-flow github
57.62
26262090920 main write/elf: improve .symtab_shndx writing (#906) Write 0 if st_shndx is not `SHN_XINDEX`. push 22 May 2026 12:58AM UTC web-flow github
57.59
26262031876 main write: improve StringTable error handling (#905) Change asserts to debug_asserts, and check error conditions during `write`. Breaking change: - write::elf::Writer::reserve_strtab/reserve_shstrtab/reserve_dynstr and write::coff::Writer::reserve... push 22 May 2026 12:57AM UTC web-flow github
57.58
25959766408 main Update PE definitions from winnt.h (#903) Most of these are commented out until we need them. push 16 May 2026 10:37AM UTC web-flow github
57.57
25899588759 main Change relocation name statics to public This is more convenient than things like `machine_names` when the machine is not variable. Relocations are singled out for this because we haven't given them newtypes. push 15 May 2026 04:06AM UTC philipc github
57.57
25794521326 main Add elf::NoteType push 13 May 2026 10:53AM UTC philipc github
57.57
25718346598 main Add newtypes for XCOFF constants (#899) * Add xcoff::FileFlags * Add xcoff::SectionFlags, SectionType * Add xcoff::SymbolSection, SymbolClass, and SymbolType * Add xcoff::CsectAuxSmtyp and CsectAuxClass * Add xcoff::AuxType, FileAuxType, and ... push 12 May 2026 06:50AM UTC web-flow github
57.65
25716541189 main Add newtypes for PE/COFF constants (#898) * Add pe::Machine * Add pe::FileFlags * Add pe::Subsystem * Add pe::DllFlags * Add pe::SectionFlags * Add pe::SymbolSection Also fix maximum index check in `read::pe::ImageSymbol::section_number`. ... push 12 May 2026 06:03AM UTC web-flow github
57.65
25713582843 main Add newtypes for Mach-O constants (#897) * Fix R_ABS type * Add macho::CpuType and CpuSubtype Fixes a subtype check in MachOFile::sub_architecture(). readobj no longer displays subtypes for non-modern architectures. * Add macho::VmProt * Add... push 12 May 2026 04:36AM UTC web-flow github
57.69
25710486628 main Add newtypes for ELF constants (#894) * Add elf::SectionType * Change ELF sh_flags to u64 This includes the SHF constants. * Add elf::SectionFlags * Add elf::ProgramType * Add elf::SymbolInfo/SymbolBind/SymbolType * Add elf::FileType * Add... push 12 May 2026 02:58AM UTC web-flow github
57.54
See All Builds (1539)
  • Repo on GitHub
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