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

tamada / oinkie / 28728012291
73%
main: 74%

Build:
Build:
LAST BUILD BRANCH: releases/v0.3.0
DEFAULT BRANCH: main
Ran 05 Jul 2026 03:20AM 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:18AM UTC coverage: 72.753% (+0.3%) from 72.462%
28728012291

Pull #14

github

tamada
fix: initialize env_logger without unsafe env mutation

OinkieOpts::init used unsafe { std::env::set_var } to configure the log
level. Mutating environment variables is unsound in multi-threaded
programs (the very reason set_var became unsafe in edition 2024), and
it also clobbered any RUST_LOG the user had exported.

Configure the filter level directly via env_logger::Builder instead,
which needs no unsafe and no process-global side effects.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #14: fix: ロガー初期化から unsafe な環境変数変更を排除

50 of 60 new or added lines in 3 files covered. (83.33%)

1546 of 2125 relevant lines covered (72.75%)

12.37 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
Jobs
ID Job ID Ran Files Coverage
1 28728012291.1 05 Jul 2026 03:20AM UTC 16
72.75
GitHub Action Run
Source Files on build 28728012291
  • Tree
  • List 16
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28728012291
  • Pull Request #14
  • 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