Skip to content

fix(cli): replace cli-table3 wordWrap with CLITable wrapper#2715

Closed
iliya-i wants to merge 7 commits into
mainfrom
iliya/eng-9316-wgc-router-deadlock
Closed

fix(cli): replace cli-table3 wordWrap with CLITable wrapper#2715
iliya-i wants to merge 7 commits into
mainfrom
iliya/eng-9316-wgc-router-deadlock

Merge branch 'main' into iliya/eng-9316-wgc-router-deadlock

323e3ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 24, 2026 in 0s

35.93% (target 30.00%)

View this Pull Request on Codecov

35.93% (target 30.00%)

Details

Codecov Report

❌ Patch coverage is 60.78431% with 60 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.93%. Comparing base (0b0d42d) to head (323e3ca).
⚠️ Report is 38 commits behind head on main.

Files with missing lines Patch % Lines
...rc/commands/graph/federated-graph/commands/move.ts 16.66% 5 Missing ⚠️
cli/src/handle-proposal-result.ts 0.00% 5 Missing ⚠️
cli/src/commands/router/commands/compose.ts 20.00% 4 Missing ⚠️
cli/src/commands/contract/commands/create.ts 25.00% 3 Missing ⚠️
cli/src/commands/contract/commands/update.ts 25.00% 3 Missing ⚠️
.../commands/graph/federated-graph/commands/create.ts 25.00% 3 Missing ⚠️
.../commands/graph/federated-graph/commands/update.ts 25.00% 3 Missing ⚠️
...i/src/commands/graph/monograph/commands/publish.ts 25.00% 3 Missing ⚠️
cli/src/commands/grpc-service/commands/delete.ts 25.00% 3 Missing ⚠️
cli/src/commands/grpc-service/commands/publish.ts 25.00% 3 Missing ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2715       +/-   ##
===========================================
- Coverage   64.45%   35.93%   -28.52%     
===========================================
  Files         306      131      -175     
  Lines       43621    11755    -31866     
  Branches     4690      486     -4204     
===========================================
- Hits        28114     4224    -23890     
+ Misses      15485     7529     -7956     
+ Partials       22        2       -20     
Files with missing lines Coverage Δ
cli/src/cli-table.ts 100.00% <100.00%> (ø)
...c/commands/graph/federated-graph/commands/check.ts 60.00% <100.00%> (ø)
cli/src/commands/graph/monograph/commands/move.ts 48.38% <100.00%> (ø)
cli/src/commands/subgraph/commands/publish.ts 86.29% <100.00%> (ø)
cli/src/handle-check-result.ts 97.63% <100.00%> (ø)
cli/src/handle-composition-result.ts 73.11% <100.00%> (ø)
cli/src/wrap-text.ts 100.00% <100.00%> (ø)
cli/src/commands/feature-flag/commands/list.ts 29.16% <50.00%> (ø)
.../src/commands/graph/common/version/commands/get.ts 39.47% <50.00%> (ø)
...rc/commands/graph/federated-graph/commands/list.ts 20.40% <50.00%> (ø)
... and 21 more

... and 406 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.