Skip to content

fix(cli): extend interactive prompts for macOS and checkbox selection

5c9d394
Select commit
Loading
Failed to load commit list.
Open

fix(cli): make questionary selection visible on macOS (CDF-27852) #2978

fix(cli): extend interactive prompts for macOS and checkbox selection
5c9d394
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 5, 2026 in 1s

85.59% (-0.22%) compared to 8082a14

View this Pull Request on Codecov

85.59% (-0.22%) compared to 8082a14

Details

Codecov Report

❌ Patch coverage is 24.68354% with 119 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.59%. Comparing base (8082a14) to head (5c9d394).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...nite_toolkit/_cdf_tk/ui_checkbox_follow_pointer.py 15.15% 112 Missing ⚠️
cognite_toolkit/_cdf_tk/ui.py 72.72% 6 Missing ⚠️
cognite_toolkit/_cdf_tk/utils/auth.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2978      +/-   ##
==========================================
- Coverage   85.81%   85.59%   -0.22%     
==========================================
  Files         461      462       +1     
  Lines       42433    42654     +221     
==========================================
+ Hits        36413    36509      +96     
- Misses       6020     6145     +125     
Files with missing lines Coverage Δ
cognite_toolkit/_cdf_tk/commands/deploy.py 85.54% <100.00%> (+0.40%) ⬆️
cognite_toolkit/_cdf_tk/utils/auth.py 69.93% <50.00%> (+0.10%) ⬆️
cognite_toolkit/_cdf_tk/ui.py 92.77% <72.72%> (-7.23%) ⬇️
...nite_toolkit/_cdf_tk/ui_checkbox_follow_pointer.py 15.15% <15.15%> (ø)

... and 3 files with indirect coverage changes

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