Skip to content

v0.6.2

Choose a tag to compare

@umbgtt10 umbgtt10 released this 02 May 09:54
· 32 commits to main since this release
v0.6.2
8869750

Fixed

  • from_records now skips zero-coverage duplicate function records when a non-zero record already exists for the same (path, line) key. LLVM coverage can emit multiple function records for the same source — one with actual execution counts and one with all-zero counts. Previously both were aggregated, halving the coverage ratio (e.g., 50% for Protocol::decide despite full branch coverage). The zero-count ghost record is now discarded.