orhun / binsider

Analyze ELF binaries like a boss 😼🕵️‍♂️
https://binsider.dev/
Apache License 2.0
2.76k stars 61 forks source link

feat(tui): use stdout for rendering #79

Closed orhun closed 1 month ago

orhun commented 1 month ago

Description of change

Use stdout instead of stderr, see https://blog.orhun.dev/stdout-vs-stderr/

How has this been tested? (if applicable)

Locally.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 3.34%. Comparing base (ffb35ea) to head (35d710b). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/tui/mod.rs 0.00% 4 Missing :warning:
src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #79 +/- ## ======================================== + Coverage 3.33% 3.34% +0.01% ======================================== Files 19 19 Lines 2407 2401 -6 ======================================== Hits 80 80 + Misses 2327 2321 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.