Skip to content

Comments

refactor: remove TuiError, use ChannelError directly#302

Merged
bug-ops merged 2 commits intomainfrom
refactor/consolidate-tui-error
Feb 15, 2026
Merged

refactor: remove TuiError, use ChannelError directly#302
bug-ops merged 2 commits intomainfrom
refactor/consolidate-tui-error

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 15, 2026

Summary

  • Delete zeph-tui::TuiError which duplicated zeph-core::ChannelError variants
  • Use ChannelError from zeph-core directly in TUI terminal helpers
  • 2 files changed, -16/+3 lines

Closes #297

@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/zeph-tui/src/lib.rs 0.00% 4 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage   79.96%   79.97%           
=======================================
  Files          98       98           
  Lines       23959    23961    +2     
=======================================
+ Hits        19160    19162    +2     
  Misses       4799     4799           
Files with missing lines Coverage Δ
crates/zeph-tui/src/lib.rs 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bug-ops bug-ops force-pushed the refactor/consolidate-tui-error branch from 5ca1b06 to b899356 Compare February 15, 2026 11:54
@bug-ops bug-ops merged commit 14a1ec1 into main Feb 15, 2026
18 checks passed
@bug-ops bug-ops deleted the refactor/consolidate-tui-error branch February 15, 2026 12:04
@bug-ops bug-ops mentioned this pull request Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: consolidate TuiError into ChannelError

2 participants