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

tamada / oinkie / 28728293946
73%
main: 74%

Build:
Build:
LAST BUILD BRANCH: releases/v0.3.0
DEFAULT BRANCH: main
Ran 05 Jul 2026 03:34AM UTC
Jobs 1
Files 16
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

05 Jul 2026 03:31AM UTC coverage: 73.168% (+0.7%) from 72.462%
28728293946

Pull #15

github

tamada
fix: harden compare module against panics, NaN results, and silent I/O failures

- PairingStrategy::compare_count(All) underflowed (debug panic) when the
  target list was empty; use saturating_sub like the other strategies
- Comparison::similarity returned NaN when the aggregated similarity
  list was empty (reachable via an empty TopN selection); return 0.0
- Aggregator::from_str now rejects 'topn:0', which produced an empty
  selection and hence NaN similarities downstream
- Comparison::store discarded every write error with 'let _ =', so a
  full disk produced truncated result CSVs reported as success;
  propagate the errors and flush the buffer explicitly
- Fix the misleading comment in build_matrix claiming the matrix holds
  costs; it holds similarities, the cost conversion happens in
  hungarian_algorithm

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #15: fix: compare モジュールの panic・NaN・書き込みエラー握りつぶしを修正

87 of 98 new or added lines in 4 files covered. (88.78%)

1568 of 2143 relevant lines covered (73.17%)

12.34 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
56.47
0.0% cli/cli.rs
5
88.03
-2.44% src/ghidra/lifter.rs
1
75.8
1.73% src/compare.rs
Jobs
ID Job ID Ran Files Coverage
1 28728293946.1 05 Jul 2026 03:34AM UTC 16
73.17
GitHub Action Run
Source Files on build 28728293946
  • Tree
  • List 16
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28728293946
  • Pull Request #15
  • PR Base - fix/by_fable5 (#28727708624)
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