jahvon / flow

Interactive CLI automation that flows with you.
http://flowexec.io/
Apache License 2.0
55 stars 3 forks source link

feat: add library flag for all ns filtering #164

Closed jahvon closed 1 month ago

jahvon commented 1 month ago

Summary

By default only show executables in the root namespace with options to show all namespaces. Includes improvements for ref displays in the library view.

Change Type

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 9.80392% with 46 lines in your changes missing coverage. Please review.

Project coverage is 36.17%. Comparing base (29daebf) to head (2854f5f). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
cmd/internal/library.go 11.11% 16 Missing :warning:
types/executable/ref.go 0.00% 9 Missing :warning:
internal/io/library/styles.go 0.00% 7 Missing :warning:
internal/io/library/view.go 0.00% 6 Missing :warning:
tests/utils/sub_execs.go 0.00% 4 Missing :warning:
internal/io/library/init.go 0.00% 3 Missing :warning:
types/executable/executable.go 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #164 +/- ## ========================================== - Coverage 36.41% 36.17% -0.24% ========================================== Files 81 81 Lines 5682 5705 +23 ========================================== - Hits 2069 2064 -5 - Misses 3207 3236 +29 + Partials 406 405 -1 ```

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