Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎁 Terminal UI basic implementation #139

Merged
merged 4 commits into from
Mar 7, 2024

Merge remote-tracking branch 'upstream/main' into feature/tui-codeimport

21c6ccc
Select commit
Loading
Failed to load commit list.
Merged

🎁 Terminal UI basic implementation #139

Merge remote-tracking branch 'upstream/main' into feature/tui-codeimport
21c6ccc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 7, 2024 in 0s

57.55% (target 80.00%)

View this Pull Request on Codecov

57.55% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 47.35883% with 289 lines in your changes are missing coverage. Please review.

Project coverage is 57.55%. Comparing base (ae3b852) to head (21c6ccc).

Files Patch % Lines
pkg/output/tui/progress.go 0.00% 166 Missing ⚠️
pkg/output/logging/context.go 81.18% 15 Missing and 4 partials ⚠️
pkg/output/tui/choose.go 0.00% 15 Missing ⚠️
pkg/context/wrapper.go 0.00% 14 Missing ⚠️
pkg/output/logging/zap.go 0.00% 12 Missing ⚠️
pkg/output/printer.go 0.00% 12 Missing ⚠️
pkg/config/dir/local.go 70.96% 6 Missing and 3 partials ⚠️
pkg/output/logging/logfile.go 80.00% 4 Missing and 3 partials ⚠️
pkg/output/testing.go 79.31% 4 Missing and 2 partials ⚠️
pkg/output/tui/print.go 0.00% 6 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
- Coverage   58.26%   57.55%   -0.72%     
==========================================
  Files          94      113      +19     
  Lines        7833     8382     +549     
==========================================
+ Hits         4564     4824     +260     
- Misses       3027     3297     +270     
- Partials      242      261      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.