Closed sumit0190 closed 1 month ago
Attention: Patch coverage is 0%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 3.35%. Comparing base (
3f4f742
) to head (5503087
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/tui/ui.rs | 0.00% | 16 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of change
This change adds support for showing the number of shared libraries when the app starts with a binary. The same logic as used in other such lists is used. Closes #54.
How has this been tested? (if applicable)
Ran the binary with different files to verify that the number of shared libraries shown is correct.